Shades of Fern #66A862
Tints of Fern #66A862
RGB
CMYK
RGB Variations
Color information
#66A862 (or 0x66A862) is known color: Fern. HEX triplet: 66, A8 and 62. RGB value is (102,168,98). Sum of RGB (Red+Green+Blue) = 102+168+98=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 168 - color contains mainly: green. Hex color #66A862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A862 is #99579D. Grayscale: #8C8C8C. Windows color (decimal): -10049438 or 6465638. OLE color: 6465638.
HSL color Cylindrical-coordinate representation of color #66A862: hue angle of 116.57º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66A862 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 168 | 98 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.34 |
| HSL | 116.57º | 0.29% | 0.52% | - |
| HSV(B) | 116.57º | 0.42% | 0.66% | - |
| XYZ | 21.69 | 31.71 | 16.53 | - |
| YUV | 140.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 98 | 0.39 | 0 | 0.42 | 0.34 | 116.57 | 0.29 | 0.52 |
| Hex | 66 | A8 | 62 | 27 | 0 | 2A | 22 | 75 | 1D | 34 |
| Octal | 146 | 250 | 142 | 47 | 0 | 52 | 42 | 165 | 35 | 64 |
| Binary | 1100110 | 10101000 | 1100010 | 100111 | 0 | 101010 | 100010 | 1110101 | 11101 | 110100 |
Color Harmonies of #66A862
Complementary color
Monochromatic Colors of #66A862
Black with #66A862
Text Example
Text Example
White with #66A862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A862; }
p { color: rgb(102,168,98); }
H1.HeaderClassName
{
color: #66A862;
}
.AnyTagClassName
{
color: #66A862;
}
</style>
background-color css
<style>
a { background-color: #66A862; }
a { background-color: rgb(102,168,98); }
div.DivClassName
{
background-color: #66A862;
}
.BgClassName
{
background-color: #66A862;
}
</style>
border-color css
<style>
span { border-color: #66A862; }
span { border-color: rgb(102,168,98); }
td.TdClassName
{
border-color: #66A862;
}
.TagClassName
{
border-color: #66A862;
}
</style>