Shades of Fern #66B971
Tints of Fern #66B971
RGB
CMYK
RGB Variations
Color information
#66B971 (or 0x66B971) is known color: Fern. HEX triplet: 66, B9 and 71. RGB value is (102,185,113). Sum of RGB (Red+Green+Blue) = 102+185+113=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #66B971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B971 is #99468E. Grayscale: #989898. Windows color (decimal): -10045071 or 7453030. OLE color: 7453030.
HSL color Cylindrical-coordinate representation of color #66B971: hue angle of 127.95º 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 #66B971 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 113 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.27 |
| HSL | 127.95º | 0.37% | 0.56% | - |
| HSV(B) | 127.95º | 0.45% | 0.73% | - |
| XYZ | 25.81 | 38.71 | 21.74 | - |
| YUV | 151.98 | 106 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 113 | 0.45 | 0 | 0.39 | 0.27 | 127.95 | 0.37 | 0.56 |
| Hex | 66 | B9 | 71 | 2D | 0 | 27 | 1B | 80 | 25 | 38 |
| Octal | 146 | 271 | 161 | 55 | 0 | 47 | 33 | 200 | 45 | 70 |
| Binary | 1100110 | 10111001 | 1110001 | 101101 | 0 | 100111 | 11011 | 10000000 | 100101 | 111000 |
Color Harmonies of #66B971
Complementary color
Monochromatic Colors of #66B971
Black with #66B971
Text Example
Text Example
White with #66B971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B971; }
p { color: rgb(102,185,113); }
H1.HeaderClassName
{
color: #66B971;
}
.AnyTagClassName
{
color: #66B971;
}
</style>
background-color css
<style>
a { background-color: #66B971; }
a { background-color: rgb(102,185,113); }
div.DivClassName
{
background-color: #66B971;
}
.BgClassName
{
background-color: #66B971;
}
</style>
border-color css
<style>
span { border-color: #66B971; }
span { border-color: rgb(102,185,113); }
td.TdClassName
{
border-color: #66B971;
}
.TagClassName
{
border-color: #66B971;
}
</style>