Shades of Fern #66AB70
Tints of Fern #66AB70
RGB
CMYK
RGB Variations
Color information
#66AB70 (or 0x66AB70) is known color: Fern. HEX triplet: 66, AB and 70. RGB value is (102,171,112). Sum of RGB (Red+Green+Blue) = 102+171+112=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB70 is #99548F. Grayscale: #8F8F8F. Windows color (decimal): -10048656 or 7383910. OLE color: 7383910.
HSL color Cylindrical-coordinate representation of color #66AB70: hue angle of 128.7º 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 #66AB70 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 112 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.33 |
| HSL | 128.7º | 0.29% | 0.54% | - |
| HSV(B) | 128.7º | 0.4% | 0.67% | - |
| XYZ | 22.97 | 33.12 | 20.51 | - |
| YUV | 143.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 112 | 0.40 | 0 | 0.35 | 0.33 | 128.7 | 0.29 | 0.54 |
| Hex | 66 | AB | 70 | 28 | 0 | 23 | 21 | 81 | 1D | 36 |
| Octal | 146 | 253 | 160 | 50 | 0 | 43 | 41 | 201 | 35 | 66 |
| Binary | 1100110 | 10101011 | 1110000 | 101000 | 0 | 100011 | 100001 | 10000001 | 11101 | 110110 |
Color Harmonies of #66AB70
Complementary color
Monochromatic Colors of #66AB70
Black with #66AB70
Text Example
Text Example
White with #66AB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB70; }
p { color: rgb(102,171,112); }
H1.HeaderClassName
{
color: #66AB70;
}
.AnyTagClassName
{
color: #66AB70;
}
</style>
background-color css
<style>
a { background-color: #66AB70; }
a { background-color: rgb(102,171,112); }
div.DivClassName
{
background-color: #66AB70;
}
.BgClassName
{
background-color: #66AB70;
}
</style>
border-color css
<style>
span { border-color: #66AB70; }
span { border-color: rgb(102,171,112); }
td.TdClassName
{
border-color: #66AB70;
}
.TagClassName
{
border-color: #66AB70;
}
</style>