Shades of Fern #66AF60
Tints of Fern #66AF60
RGB
CMYK
RGB Variations
Color information
#66AF60 (or 0x66AF60) is known color: 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
| RGB | 102 | 175 | 96 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.31 |
| HSL | 115.44º | 0.33% | 0.53% | - |
| HSV(B) | 115.44º | 0.45% | 0.69% | - |
| XYZ | 22.92 | 34.33 | 16.48 | - |
| YUV | 144.17 | 100.82 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 96 | 0.42 | 0 | 0.45 | 0.31 | 115.44 | 0.33 | 0.53 |
| Hex | 66 | AF | 60 | 2A | 0 | 2D | 1F | 73 | 21 | 35 |
| Octal | 146 | 257 | 140 | 52 | 0 | 55 | 37 | 163 | 41 | 65 |
| Binary | 1100110 | 10101111 | 1100000 | 101010 | 0 | 101101 | 11111 | 1110011 | 100001 | 110101 |
Color Harmonies of #66AF60
Complementary color
Monochromatic Colors of #66AF60
Black with #66AF60
Text Example
Text Example
White with #66AF60
Text Example
Text Example
HTML Codes & Css Web 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>