#66AA6D

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

Shades of Fern #66AA6D

Tints of Fern #66AA6D

Color information

#66AA6D (or 0x66AA6D) is unknown color: approx Fern. HEX triplet: 66, AA and 6D. RGB value is (102,170,109). Sum of RGB (Red+Green+Blue) = 102+170+109=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA6D is #995592. Grayscale: #8E8E8E. Windows color (decimal): -10048915 or 7187046. OLE color: 7187046.

HSL color Cylindrical-coordinate representation of color #66AA6D: hue angle of 126.18º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AA6D is Cyan = 0.4, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB102170109-
CMYK0.400.360.33
HSL126.18º28.57%53.33%-
HSV(B)126.18º40%66.67%-
XYZ22.6132.6819.58-
YUV142.71108.9798.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 170 (66.80% from 255) = 44.62%
BLUE value IS 109 (42.97% from 255) = 28.61%
R=26.77%
G=44.62%
B=28.61%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701090.400.360.33126.1828.5753.33
Hex66AA6D28024217e1d35
Octal14625215550044411763565
Binary11001101010101011011011010000100100100001111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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