#66AF60

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

Shades of Fern #66AF60

Tints of Fern #66AF60

Color information

#66AF60 (or 0x66AF60) is unknown color: approx Fern. HEX triplet: 66, AF and 60. RGB value is (102,175,96). Sum of RGB (Red+Green+Blue) = 102+175+96=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF60 is #99509F. Grayscale: #909090. Windows color (decimal): -10047648 or 6336358. OLE color: 6336358.

HSL color Cylindrical-coordinate representation of color #66AF60: hue angle of 115.44º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66AF60 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB10217596-
CMYK0.4200.450.31
HSL115.44º33.05%53.14%-
HSV(B)115.44º45.14%68.63%-
XYZ22.9234.3316.48-
YUV144.17100.8297.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=27.35%
G=46.92%
B=25.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175960.4200.450.31115.4433.0553.14
Hex66AF602A02D1F732135
Octal14625714052055371634165
Binary11001101010111111000001010100101101111111110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,96); }

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

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

 a { background-color: rgb(102,175,96); }

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

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

 span { border-color: rgb(102,175,96); }

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