Shades of Fern #64B972
Tints of Fern #64B972
RGB
CMYK
RGB Variations
Color information
#64B972 (or 0x64B972) is known color: Fern. HEX triplet: 64, B9 and 72. RGB value is (100,185,114). Sum of RGB (Red+Green+Blue) = 100+185+114=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #64B972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B972 is #9B468D. Grayscale: #979797. Windows color (decimal): -10176142 or 7518564. OLE color: 7518564.
HSL color Cylindrical-coordinate representation of color #64B972: hue angle of 129.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B972 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 114 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.27 |
| HSL | 129.88º | 0.38% | 0.56% | - |
| HSV(B) | 129.88º | 0.46% | 0.73% | - |
| XYZ | 25.64 | 38.62 | 22.02 | - |
| YUV | 151.49 | 106.84 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 114 | 0.46 | 0 | 0.38 | 0.27 | 129.88 | 0.38 | 0.56 |
| Hex | 64 | B9 | 72 | 2E | 0 | 26 | 1B | 82 | 26 | 38 |
| Octal | 144 | 271 | 162 | 56 | 0 | 46 | 33 | 202 | 46 | 70 |
| Binary | 1100100 | 10111001 | 1110010 | 101110 | 0 | 100110 | 11011 | 10000010 | 100110 | 111000 |
Color Harmonies of #64B972
Complementary color
Monochromatic Colors of #64B972
Black with #64B972
Text Example
Text Example
White with #64B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B972; }
p { color: rgb(100,185,114); }
H1.HeaderClassName
{
color: #64B972;
}
.AnyTagClassName
{
color: #64B972;
}
</style>
background-color css
<style>
a { background-color: #64B972; }
a { background-color: rgb(100,185,114); }
div.DivClassName
{
background-color: #64B972;
}
.BgClassName
{
background-color: #64B972;
}
</style>
border-color css
<style>
span { border-color: #64B972; }
span { border-color: rgb(100,185,114); }
td.TdClassName
{
border-color: #64B972;
}
.TagClassName
{
border-color: #64B972;
}
</style>