Shades of Fern #66B974
Tints of Fern #66B974
RGB
CMYK
RGB Variations
Color information
#66B974 (or 0x66B974) is known color: Fern. HEX triplet: 66, B9 and 74. RGB value is (102,185,116). Sum of RGB (Red+Green+Blue) = 102+185+116=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #66B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B974 is #99468B. Grayscale: #989898. Windows color (decimal): -10045068 or 7649638. OLE color: 7649638.
HSL color Cylindrical-coordinate representation of color #66B974: hue angle of 130.12º 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 #66B974 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 185 | 116 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.27 |
| HSL | 130.12º | 0.37% | 0.56% | - |
| HSV(B) | 130.12º | 0.45% | 0.73% | - |
| XYZ | 25.98 | 38.78 | 22.64 | - |
| YUV | 152.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 116 | 0.45 | 0 | 0.37 | 0.27 | 130.12 | 0.37 | 0.56 |
| Hex | 66 | B9 | 74 | 2D | 0 | 25 | 1B | 82 | 25 | 38 |
| Octal | 146 | 271 | 164 | 55 | 0 | 45 | 33 | 202 | 45 | 70 |
| Binary | 1100110 | 10111001 | 1110100 | 101101 | 0 | 100101 | 11011 | 10000010 | 100101 | 111000 |
Color Harmonies of #66B974
Complementary color
Monochromatic Colors of #66B974
Black with #66B974
Text Example
Text Example
White with #66B974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B974; }
p { color: rgb(102,185,116); }
H1.HeaderClassName
{
color: #66B974;
}
.AnyTagClassName
{
color: #66B974;
}
</style>
background-color css
<style>
a { background-color: #66B974; }
a { background-color: rgb(102,185,116); }
div.DivClassName
{
background-color: #66B974;
}
.BgClassName
{
background-color: #66B974;
}
</style>
border-color css
<style>
span { border-color: #66B974; }
span { border-color: rgb(102,185,116); }
td.TdClassName
{
border-color: #66B974;
}
.TagClassName
{
border-color: #66B974;
}
</style>