#7CAF36

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

Shades of Sushi #7CAF36

Tints of Sushi #7CAF36

Color information

#7CAF36 (or 0x7CAF36) is unknown color: approx Sushi. HEX triplet: 7C, AF and 36. RGB value is (124,175,54). Sum of RGB (Red+Green+Blue) = 124+175+54=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 54 (21.48% from 255 or 15.30% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF36 is #8350C9. Grayscale: #929292. Windows color (decimal): -8605898 or 3583868. OLE color: 3583868.

HSL color Cylindrical-coordinate representation of color #7CAF36: hue angle of 85.29º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CAF36 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB12417554-
CMYK0.2900.690.31
HSL85.29º52.84%44.9%-
HSV(B)85.29º69.14%68.63%-
XYZ24.3135.219.01-
YUV145.9676.1112.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 54 (21.48% from 255) = 15.30%
R=35.13%
G=49.58%
B=15.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124175540.2900.690.3185.2952.8444.9
Hex7CAF361D0451F55352d
Octal17425766350105371256555
Binary1111100101011111101101110101000101111111010101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,54); }

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

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

 a { background-color: rgb(124,175,54); }

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

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

 span { border-color: rgb(124,175,54); }

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