Shades of Fern #66B970
Tints of Fern #66B970
RGB
CMYK
RGB Variations
Color information
#66B970 (or 0x66B970) is known color: Fern. HEX triplet: 66, B9 and 70. RGB value is (102,185,112). Sum of RGB (Red+Green+Blue) = 102+185+112=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #66B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B970 is #99468F. Grayscale: #989898. Windows color (decimal): -10045072 or 7387494. OLE color: 7387494.
HSL color Cylindrical-coordinate representation of color #66B970: hue angle of 127.23º 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 #66B970 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 112 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.27 |
| HSL | 127.23º | 0.37% | 0.56% | - |
| HSV(B) | 127.23º | 0.45% | 0.73% | - |
| XYZ | 25.75 | 38.69 | 21.44 | - |
| YUV | 151.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 112 | 0.45 | 0 | 0.39 | 0.27 | 127.23 | 0.37 | 0.56 |
| Hex | 66 | B9 | 70 | 2D | 0 | 27 | 1B | 7F | 25 | 38 |
| Octal | 146 | 271 | 160 | 55 | 0 | 47 | 33 | 177 | 45 | 70 |
| Binary | 1100110 | 10111001 | 1110000 | 101101 | 0 | 100111 | 11011 | 1111111 | 100101 | 111000 |
Color Harmonies of #66B970
Complementary color
Monochromatic Colors of #66B970
Black with #66B970
Text Example
Text Example
White with #66B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B970; }
p { color: rgb(102,185,112); }
H1.HeaderClassName
{
color: #66B970;
}
.AnyTagClassName
{
color: #66B970;
}
</style>
background-color css
<style>
a { background-color: #66B970; }
a { background-color: rgb(102,185,112); }
div.DivClassName
{
background-color: #66B970;
}
.BgClassName
{
background-color: #66B970;
}
</style>
border-color css
<style>
span { border-color: #66B970; }
span { border-color: rgb(102,185,112); }
td.TdClassName
{
border-color: #66B970;
}
.TagClassName
{
border-color: #66B970;
}
</style>