Shades of Fern #66A86F
Tints of Fern #66A86F
RGB
CMYK
RGB Variations
Color information
#66A86F (or 0x66A86F) is known color: Fern. HEX triplet: 66, A8 and 6F. RGB value is (102,168,111). Sum of RGB (Red+Green+Blue) = 102+168+111=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #66A86F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A86F is #995790. Grayscale: #8D8D8D. Windows color (decimal): -10049425 or 7317606. OLE color: 7317606.
HSL color Cylindrical-coordinate representation of color #66A86F: hue angle of 128.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A86F is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 111 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.34 |
| HSL | 128.18º | 0.28% | 0.53% | - |
| HSV(B) | 128.18º | 0.39% | 0.66% | - |
| XYZ | 22.35 | 31.98 | 20.03 | - |
| YUV | 141.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 111 | 0.39 | 0 | 0.34 | 0.34 | 128.18 | 0.28 | 0.53 |
| Hex | 66 | A8 | 6F | 27 | 0 | 22 | 22 | 80 | 1C | 35 |
| Octal | 146 | 250 | 157 | 47 | 0 | 42 | 42 | 200 | 34 | 65 |
| Binary | 1100110 | 10101000 | 1101111 | 100111 | 0 | 100010 | 100010 | 10000000 | 11100 | 110101 |
Color Harmonies of #66A86F
Complementary color
Monochromatic Colors of #66A86F
Black with #66A86F
Text Example
Text Example
White with #66A86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A86F; }
p { color: rgb(102,168,111); }
H1.HeaderClassName
{
color: #66A86F;
}
.AnyTagClassName
{
color: #66A86F;
}
</style>
background-color css
<style>
a { background-color: #66A86F; }
a { background-color: rgb(102,168,111); }
div.DivClassName
{
background-color: #66A86F;
}
.BgClassName
{
background-color: #66A86F;
}
</style>
border-color css
<style>
span { border-color: #66A86F; }
span { border-color: rgb(102,168,111); }
td.TdClassName
{
border-color: #66A86F;
}
.TagClassName
{
border-color: #66A86F;
}
</style>