#66B976

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

Shades of Fern #66B976

Tints of Fern #66B976

Color information

#66B976 (or 0x66B976) is unknown color: approx Fern. HEX triplet: 66, B9 and 76. RGB value is (102,185,118). Sum of RGB (Red+Green+Blue) = 102+185+118=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #66B976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B976 is #994689. Grayscale: #989898. Windows color (decimal): -10045066 or 7780710. OLE color: 7780710.

HSL color Cylindrical-coordinate representation of color #66B976: hue angle of 131.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B976 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB102185118-
CMYK0.4500.360.27
HSL131.57º37.22%56.27%-
HSV(B)131.57º44.86%72.55%-
XYZ26.138.8323.26-
YUV152.54108.591.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=25.19%
G=45.68%
B=29.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021851180.4500.360.27131.5737.2256.27
Hex66B9762D0241B842538
Octal14627116655044332044570
Binary110011010111001111011010110101001001101110000100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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