#66AA6E

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

Shades of Fern #66AA6E

Tints of Fern #66AA6E

Color information

#66AA6E (or 0x66AA6E) is unknown color: approx Fern. HEX triplet: 66, AA and 6E. RGB value is (102,170,110). Sum of RGB (Red+Green+Blue) = 102+170+110=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA6E is #995591. Grayscale: #8F8F8F. Windows color (decimal): -10048914 or 7252582. OLE color: 7252582.

HSL color Cylindrical-coordinate representation of color #66AA6E: hue angle of 127.06º 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 #66AA6E is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB102170110-
CMYK0.400.350.33
HSL127.06º28.57%53.33%-
HSV(B)127.06º40%66.67%-
XYZ22.6732.719.87-
YUV142.83109.4798.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=26.70%
G=44.50%
B=28.80%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701100.400.350.33127.0628.5753.33
Hex66AA6E28023217f1d35
Octal14625215650043411773565
Binary11001101010101011011101010000100011100001111111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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