#66A86F

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

Shades of Fern #66A86F

Tints of Fern #66A86F

Color information

#66A86F (or 0x66A86F) is unknown color: approx Fern. HEX triplet: 66, A8 and 6F. RGB value is (102,168,111). Sum of RGB (Red+Green+Blue) = 102+168+111=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #66A86F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A86F is #995790. Grayscale: #8D8D8D. Windows color (decimal): -10049425 or 7317606. OLE color: 7317606.

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

Color convert

RGB102168111-
CMYK0.3900.340.34
HSL128.18º27.5%52.94%-
HSV(B)128.18º39.29%65.88%-
XYZ22.3531.9820.03-
YUV141.77110.6399.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=26.77%
G=44.09%
B=29.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1021681110.3900.340.34128.1827.552.94
Hex66A86F2702222801c35
Octal14625015747042422003465
Binary110011010101000110111110011101000101000101000000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,168,111); }

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

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

 a { background-color: rgb(102,168,111); }

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

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

 span { border-color: rgb(102,168,111); }

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