#66A66E

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

Shades of Fern #66A66E

Tints of Fern #66A66E

Color information

#66A66E (or 0x66A66E) is unknown color: approx Fern. HEX triplet: 66, A6 and 6E. RGB value is (102,166,110). Sum of RGB (Red+Green+Blue) = 102+166+110=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #66A66E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A66E is #995991. Grayscale: #8C8C8C. Windows color (decimal): -10049938 or 7251558. OLE color: 7251558.

HSL color Cylindrical-coordinate representation of color #66A66E: hue angle of 127.5º degrees, saturation: 0.26, 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 #66A66E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB102166110-
CMYK0.3900.340.35
HSL127.5º26.45%52.55%-
HSV(B)127.5º38.55%65.1%-
XYZ21.9331.2219.62-
YUV140.48110.8100.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=26.98%
G=43.92%
B=29.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021661100.3900.340.35127.526.4552.55
Hex66A66E2702223801a35
Octal14624615647042432003265
Binary110011010100110110111010011101000101000111000000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,110); }

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

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

 a { background-color: rgb(102,166,110); }

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

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

 span { border-color: rgb(102,166,110); }

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