#7CAF42

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

Shades of Sushi #7CAF42

Tints of Sushi #7CAF42

Color information

#7CAF42 (or 0x7CAF42) is unknown color: approx Sushi. HEX triplet: 7C, AF and 42. RGB value is (124,175,66). Sum of RGB (Red+Green+Blue) = 124+175+66=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF42 is #8350BD. Grayscale: #939393. Windows color (decimal): -8605886 or 4370300. OLE color: 4370300.

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

Color convert

RGB12417566-
CMYK0.2900.620.31
HSL88.07º45.23%47.25%-
HSV(B)88.07º62.29%68.63%-
XYZ24.6335.3410.68-
YUV147.3282.1111.36-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=33.97%
G=47.95%
B=18.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124175660.2900.620.3188.0745.2347.25
Hex7CAF421D03E1F582d2f
Octal17425710235076371305557
Binary1111100101011111000010111010111110111111011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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