Shades of Fern #66AB60
Tints of Fern #66AB60
RGB
CMYK
RGB Variations
Color information
#66AB60 (or 0x66AB60) is known color: Fern. HEX triplet: 66, AB and 60. RGB value is (102,171,96). Sum of RGB (Red+Green+Blue) = 102+171+96=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB60 is #99549F. Grayscale: #8E8E8E. Windows color (decimal): -10048672 or 6335334. OLE color: 6335334.
HSL color Cylindrical-coordinate representation of color #66AB60: hue angle of 115.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66AB60 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 96 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.33 |
| HSL | 115.2º | 0.31% | 0.52% | - |
| HSV(B) | 115.2º | 0.44% | 0.67% | - |
| XYZ | 22.15 | 32.8 | 16.23 | - |
| YUV | 141.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 96 | 0.40 | 0 | 0.44 | 0.33 | 115.2 | 0.31 | 0.52 |
| Hex | 66 | AB | 60 | 28 | 0 | 2C | 21 | 73 | 1F | 34 |
| Octal | 146 | 253 | 140 | 50 | 0 | 54 | 41 | 163 | 37 | 64 |
| Binary | 1100110 | 10101011 | 1100000 | 101000 | 0 | 101100 | 100001 | 1110011 | 11111 | 110100 |
Color Harmonies of #66AB60
Complementary color
Monochromatic Colors of #66AB60
Black with #66AB60
Text Example
Text Example
White with #66AB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB60; }
p { color: rgb(102,171,96); }
H1.HeaderClassName
{
color: #66AB60;
}
.AnyTagClassName
{
color: #66AB60;
}
</style>
background-color css
<style>
a { background-color: #66AB60; }
a { background-color: rgb(102,171,96); }
div.DivClassName
{
background-color: #66AB60;
}
.BgClassName
{
background-color: #66AB60;
}
</style>
border-color css
<style>
span { border-color: #66AB60; }
span { border-color: rgb(102,171,96); }
td.TdClassName
{
border-color: #66AB60;
}
.TagClassName
{
border-color: #66AB60;
}
</style>