#7CA735

Color #7CA735 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7CA735

Tints of Sushi #7CA735

Color information

#7CA735 (or 0x7CA735) is unknown color: approx Sushi. HEX triplet: 7C, A7 and 35. RGB value is (124,167,53). Sum of RGB (Red+Green+Blue) = 124+167+53=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA735 is #8358CA. Grayscale: #8D8D8D. Windows color (decimal): -8607947 or 3516284. OLE color: 3516284.

HSL color Cylindrical-coordinate representation of color #7CA735: hue angle of 82.63º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CA735 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB12416753-
CMYK0.2600.680.35
HSL82.63º51.82%43.14%-
HSV(B)82.63º68.26%65.49%-
XYZ22.7732.188.38-
YUV141.1578.25115.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 167 (65.62% from 255) = 48.55%
BLUE value IS 53 (21.09% from 255) = 15.41%
R=36.05%
G=48.55%
B=15.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124167530.2600.680.3582.6351.8243.14
Hex7CA7351A0442353342b
Octal17424765320104431236453
Binary11111001010011111010111010010001001000111010011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CA735; }

 p { color: rgb(124,167,53); }

 H1.HeaderClassName
 {
   color: #7CA735;
 }
 .AnyTagClassName
 {
   color: #7CA735;
 }
</style>
background-color css

<style>
 a { background-color: #7CA735; }

 a { background-color: rgb(124,167,53); }

 div.DivClassName
 {
   background-color: #7CA735;
 }
 .BgClassName
 {
   background-color: #7CA735;
 }
</style>
border-color css

<style>
 span { border-color: #7CA735; }

 span { border-color: rgb(124,167,53); }

 td.TdClassName
 {
   border-color: #7CA735;
 }
 .TagClassName
 {
   border-color: #7CA735;
 }
</style>