Shades of Fern #66AB66
Tints of Fern #66AB66
RGB
CMYK
RGB Variations
Color information
#66AB66 (or 0x66AB66) is known color: Fern. HEX triplet: 66, AB and 66. RGB value is (102,171,102). Sum of RGB (Red+Green+Blue) = 102+171+102=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB66 is #995499. Grayscale: #8E8E8E. Windows color (decimal): -10048666 or 6728550. OLE color: 6728550.
HSL color Cylindrical-coordinate representation of color #66AB66: hue angle of 120º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB66 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 102 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.33 |
| HSL | 120º | 0.29% | 0.54% | - |
| HSV(B) | 120º | 0.4% | 0.67% | - |
| XYZ | 22.44 | 32.91 | 17.74 | - |
| YUV | 142.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 102 | 0.40 | 0 | 0.40 | 0.33 | 120 | 0.29 | 0.54 |
| Hex | 66 | AB | 66 | 28 | 0 | 28 | 21 | 78 | 1D | 36 |
| Octal | 146 | 253 | 146 | 50 | 0 | 50 | 41 | 170 | 35 | 66 |
| Binary | 1100110 | 10101011 | 1100110 | 101000 | 0 | 101000 | 100001 | 1111000 | 11101 | 110110 |
Color Harmonies of #66AB66
Complementary color
Monochromatic Colors of #66AB66
Black with #66AB66
Text Example
Text Example
White with #66AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB66; }
p { color: rgb(102,171,102); }
H1.HeaderClassName
{
color: #66AB66;
}
.AnyTagClassName
{
color: #66AB66;
}
</style>
background-color css
<style>
a { background-color: #66AB66; }
a { background-color: rgb(102,171,102); }
div.DivClassName
{
background-color: #66AB66;
}
.BgClassName
{
background-color: #66AB66;
}
</style>
border-color css
<style>
span { border-color: #66AB66; }
span { border-color: rgb(102,171,102); }
td.TdClassName
{
border-color: #66AB66;
}
.TagClassName
{
border-color: #66AB66;
}
</style>