Shades of Fern #66B972
Tints of Fern #66B972
RGB
CMYK
RGB Variations
Color information
#66B972 (or 0x66B972) is known color: Fern. HEX triplet: 66, B9 and 72. RGB value is (102,185,114). Sum of RGB (Red+Green+Blue) = 102+185+114=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #66B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B972 is #99468D. Grayscale: #989898. Windows color (decimal): -10045070 or 7518566. OLE color: 7518566.
HSL color Cylindrical-coordinate representation of color #66B972: hue angle of 128.67º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B972 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 114 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.27 |
| HSL | 128.67º | 0.37% | 0.56% | - |
| HSV(B) | 128.67º | 0.45% | 0.73% | - |
| XYZ | 25.87 | 38.74 | 22.03 | - |
| YUV | 152.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 114 | 0.45 | 0 | 0.38 | 0.27 | 128.67 | 0.37 | 0.56 |
| Hex | 66 | B9 | 72 | 2D | 0 | 26 | 1B | 81 | 25 | 38 |
| Octal | 146 | 271 | 162 | 55 | 0 | 46 | 33 | 201 | 45 | 70 |
| Binary | 1100110 | 10111001 | 1110010 | 101101 | 0 | 100110 | 11011 | 10000001 | 100101 | 111000 |
Color Harmonies of #66B972
Complementary color
Monochromatic Colors of #66B972
Black with #66B972
Text Example
Text Example
White with #66B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B972; }
p { color: rgb(102,185,114); }
H1.HeaderClassName
{
color: #66B972;
}
.AnyTagClassName
{
color: #66B972;
}
</style>
background-color css
<style>
a { background-color: #66B972; }
a { background-color: rgb(102,185,114); }
div.DivClassName
{
background-color: #66B972;
}
.BgClassName
{
background-color: #66B972;
}
</style>
border-color css
<style>
span { border-color: #66B972; }
span { border-color: rgb(102,185,114); }
td.TdClassName
{
border-color: #66B972;
}
.TagClassName
{
border-color: #66B972;
}
</style>