#66AE76

Color #66AE76 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #66AE76

Tints of Fern #66AE76

Color information

#66AE76 (or 0x66AE76) is unknown color: approx Fern. HEX triplet: 66, AE and 76. RGB value is (102,174,118). Sum of RGB (Red+Green+Blue) = 102+174+118=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #66AE76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AE76 is #995189. Grayscale: #929292. Windows color (decimal): -10047882 or 7777894. OLE color: 7777894.

HSL color Cylindrical-coordinate representation of color #66AE76: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AE76 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB102174118-
CMYK0.4100.320.32
HSL133.33º30.77%54.12%-
HSV(B)133.33º41.38%68.24%-
XYZ23.8934.422.52-
YUV146.09112.1596.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=25.89%
G=44.16%
B=29.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021741180.4100.320.32133.3330.7754.12
Hex66AE762902020851f36
Octal14625616651040402053766
Binary110011010101110111011010100101000001000001000010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66AE76; }

 p { color: rgb(102,174,118); }

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

<style>
 a { background-color: #66AE76; }

 a { background-color: rgb(102,174,118); }

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

<style>
 span { border-color: #66AE76; }

 span { border-color: rgb(102,174,118); }

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