Shades of Fern #66A86C
Tints of Fern #66A86C
RGB
CMYK
RGB Variations
Color information
#66A86C (or 0x66A86C) is known color: Fern. HEX triplet: 66, A8 and 6C. RGB value is (102,168,108). Sum of RGB (Red+Green+Blue) = 102+168+108=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #66A86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A86C is #995793. Grayscale: #8D8D8D. Windows color (decimal): -10049428 or 7120998. OLE color: 7120998.
HSL color Cylindrical-coordinate representation of color #66A86C: hue angle of 125.45º 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 #66A86C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 108 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.34 |
| HSL | 125.45º | 0.28% | 0.53% | - |
| HSV(B) | 125.45º | 0.39% | 0.66% | - |
| XYZ | 22.19 | 31.91 | 19.18 | - |
| YUV | 141.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 108 | 0.39 | 0 | 0.36 | 0.34 | 125.45 | 0.28 | 0.53 |
| Hex | 66 | A8 | 6C | 27 | 0 | 24 | 22 | 7D | 1C | 35 |
| Octal | 146 | 250 | 154 | 47 | 0 | 44 | 42 | 175 | 34 | 65 |
| Binary | 1100110 | 10101000 | 1101100 | 100111 | 0 | 100100 | 100010 | 1111101 | 11100 | 110101 |
Color Harmonies of #66A86C
Complementary color
Monochromatic Colors of #66A86C
Black with #66A86C
Text Example
Text Example
White with #66A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A86C; }
p { color: rgb(102,168,108); }
H1.HeaderClassName
{
color: #66A86C;
}
.AnyTagClassName
{
color: #66A86C;
}
</style>
background-color css
<style>
a { background-color: #66A86C; }
a { background-color: rgb(102,168,108); }
div.DivClassName
{
background-color: #66A86C;
}
.BgClassName
{
background-color: #66A86C;
}
</style>
border-color css
<style>
span { border-color: #66A86C; }
span { border-color: rgb(102,168,108); }
td.TdClassName
{
border-color: #66A86C;
}
.TagClassName
{
border-color: #66A86C;
}
</style>