Shades of Fern #64B870
Tints of Fern #64B870
RGB
CMYK
RGB Variations
Color information
#64B870 (or 0x64B870) is known color: Fern. HEX triplet: 64, B8 and 70. RGB value is (100,184,112). Sum of RGB (Red+Green+Blue) = 100+184+112=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #64B870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B870 is #9B478F. Grayscale: #969696. Windows color (decimal): -10176400 or 7387236. OLE color: 7387236.
HSL color Cylindrical-coordinate representation of color #64B870: hue angle of 128.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B870 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 112 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.28 |
| HSL | 128.57º | 0.37% | 0.56% | - |
| HSV(B) | 128.57º | 0.46% | 0.72% | - |
| XYZ | 25.32 | 38.16 | 21.36 | - |
| YUV | 150.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 112 | 0.46 | 0 | 0.39 | 0.28 | 128.57 | 0.37 | 0.56 |
| Hex | 64 | B8 | 70 | 2E | 0 | 27 | 1C | 81 | 25 | 38 |
| Octal | 144 | 270 | 160 | 56 | 0 | 47 | 34 | 201 | 45 | 70 |
| Binary | 1100100 | 10111000 | 1110000 | 101110 | 0 | 100111 | 11100 | 10000001 | 100101 | 111000 |
Color Harmonies of #64B870
Complementary color
Monochromatic Colors of #64B870
Black with #64B870
Text Example
Text Example
White with #64B870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B870; }
p { color: rgb(100,184,112); }
H1.HeaderClassName
{
color: #64B870;
}
.AnyTagClassName
{
color: #64B870;
}
</style>
background-color css
<style>
a { background-color: #64B870; }
a { background-color: rgb(100,184,112); }
div.DivClassName
{
background-color: #64B870;
}
.BgClassName
{
background-color: #64B870;
}
</style>
border-color css
<style>
span { border-color: #64B870; }
span { border-color: rgb(100,184,112); }
td.TdClassName
{
border-color: #64B870;
}
.TagClassName
{
border-color: #64B870;
}
</style>