#66AA71

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

Shades of Fern #66AA71

Tints of Fern #66AA71

Color information

#66AA71 (or 0x66AA71) is unknown color: approx Fern. HEX triplet: 66, AA and 71. RGB value is (102,170,113). Sum of RGB (Red+Green+Blue) = 102+170+113=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA71 is #99558E. Grayscale: #8F8F8F. Windows color (decimal): -10048911 or 7449190. OLE color: 7449190.

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

Color convert

RGB102170113-
CMYK0.400.340.33
HSL129.71º28.57%53.33%-
HSV(B)129.71º40%66.67%-
XYZ22.8332.7720.74-
YUV143.17110.9798.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=26.49%
G=44.16%
B=29.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701130.400.340.33129.7128.5753.33
Hex66AA712802221821d35
Octal14625216150042412023565
Binary110011010101010111000110100001000101000011000001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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