#66A76D

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

Shades of Fern #66A76D

Tints of Fern #66A76D

Color information

#66A76D (or 0x66A76D) is unknown color: approx Fern. HEX triplet: 66, A7 and 6D. RGB value is (102,167,109). Sum of RGB (Red+Green+Blue) = 102+167+109=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #66A76D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A76D is #995892. Grayscale: #8D8D8D. Windows color (decimal): -10049683 or 7186278. OLE color: 7186278.

HSL color Cylindrical-coordinate representation of color #66A76D: hue angle of 126.46º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A76D is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB102167109-
CMYK0.3900.350.35
HSL126.46º26.97%52.75%-
HSV(B)126.46º38.92%65.49%-
XYZ22.0631.5719.4-
YUV140.95109.97100.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=26.98%
G=44.18%
B=28.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021671090.3900.350.35126.4626.9752.75
Hex66A76D27023237e1b35
Octal14624715547043431763365
Binary11001101010011111011011001110100011100011111111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,109); }

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

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

 a { background-color: rgb(102,167,109); }

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

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

 span { border-color: rgb(102,167,109); }

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