Shades of Fern #64B970
Tints of Fern #64B970
RGB
CMYK
RGB Variations
Color information
#64B970 (or 0x64B970) is known color: Fern. HEX triplet: 64, B9 and 70. RGB value is (100,185,112). Sum of RGB (Red+Green+Blue) = 100+185+112=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 185 - color contains mainly: green. Hex color #64B970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B970 is #9B468F. Grayscale: #979797. Windows color (decimal): -10176144 or 7387492. OLE color: 7387492.
HSL color Cylindrical-coordinate representation of color #64B970: hue angle of 128.47º 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 #64B970 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 112 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.27 |
| HSL | 128.47º | 0.38% | 0.56% | - |
| HSV(B) | 128.47º | 0.46% | 0.73% | - |
| XYZ | 25.53 | 38.58 | 21.43 | - |
| YUV | 151.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 112 | 0.46 | 0 | 0.39 | 0.27 | 128.47 | 0.38 | 0.56 |
| Hex | 64 | B9 | 70 | 2E | 0 | 27 | 1B | 80 | 26 | 38 |
| Octal | 144 | 271 | 160 | 56 | 0 | 47 | 33 | 200 | 46 | 70 |
| Binary | 1100100 | 10111001 | 1110000 | 101110 | 0 | 100111 | 11011 | 10000000 | 100110 | 111000 |
Color Harmonies of #64B970
Complementary color
Monochromatic Colors of #64B970
Black with #64B970
Text Example
Text Example
White with #64B970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B970; }
p { color: rgb(100,185,112); }
H1.HeaderClassName
{
color: #64B970;
}
.AnyTagClassName
{
color: #64B970;
}
</style>
background-color css
<style>
a { background-color: #64B970; }
a { background-color: rgb(100,185,112); }
div.DivClassName
{
background-color: #64B970;
}
.BgClassName
{
background-color: #64B970;
}
</style>
border-color css
<style>
span { border-color: #64B970; }
span { border-color: rgb(100,185,112); }
td.TdClassName
{
border-color: #64B970;
}
.TagClassName
{
border-color: #64B970;
}
</style>