#7CAE42

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

Shades of Sushi #7CAE42

Tints of Sushi #7CAE42

Color information

#7CAE42 (or 0x7CAE42) is unknown color: approx Sushi. HEX triplet: 7C, AE and 42. RGB value is (124,174,66). Sum of RGB (Red+Green+Blue) = 124+174+66=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 174 (68.36% from 255 or 47.80% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAE42 is #8351BD. Grayscale: #939393. Windows color (decimal): -8606142 or 4370044. OLE color: 4370044.

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

Color convert

RGB12417466-
CMYK0.2900.620.32
HSL87.78º45%47.06%-
HSV(B)87.78º62.07%68.24%-
XYZ24.4334.9510.61-
YUV146.7482.44111.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.07%
GREEN value IS 174 (68.36% from 255) = 47.80%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=34.07%
G=47.80%
B=18.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124174660.2900.620.3287.784547.06
Hex7CAE421D03E20582d2f
Octal17425610235076401305557
Binary11111001010111010000101110101111101000001011000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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