Shades of Fern #64B772
Tints of Fern #64B772
RGB
CMYK
RGB Variations
Color information
#64B772 (or 0x64B772) is known color: Fern. HEX triplet: 64, B7 and 72. RGB value is (100,183,114). Sum of RGB (Red+Green+Blue) = 100+183+114=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #64B772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B772 is #9B488D. Grayscale: #969696. Windows color (decimal): -10176654 or 7518052. OLE color: 7518052.
HSL color Cylindrical-coordinate representation of color #64B772: hue angle of 130.12º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B772 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 114 | - |
| CMYK | 0.45 | 0 | 0.38 | 0.28 |
| HSL | 130.12º | 0.37% | 0.55% | - |
| HSV(B) | 130.12º | 0.45% | 0.72% | - |
| XYZ | 25.23 | 37.79 | 21.88 | - |
| YUV | 150.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 114 | 0.45 | 0 | 0.38 | 0.28 | 130.12 | 0.37 | 0.55 |
| Hex | 64 | B7 | 72 | 2D | 0 | 26 | 1C | 82 | 25 | 37 |
| Octal | 144 | 267 | 162 | 55 | 0 | 46 | 34 | 202 | 45 | 67 |
| Binary | 1100100 | 10110111 | 1110010 | 101101 | 0 | 100110 | 11100 | 10000010 | 100101 | 110111 |
Color Harmonies of #64B772
Complementary color
Monochromatic Colors of #64B772
Black with #64B772
Text Example
Text Example
White with #64B772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B772; }
p { color: rgb(100,183,114); }
H1.HeaderClassName
{
color: #64B772;
}
.AnyTagClassName
{
color: #64B772;
}
</style>
background-color css
<style>
a { background-color: #64B772; }
a { background-color: rgb(100,183,114); }
div.DivClassName
{
background-color: #64B772;
}
.BgClassName
{
background-color: #64B772;
}
</style>
border-color css
<style>
span { border-color: #64B772; }
span { border-color: rgb(100,183,114); }
td.TdClassName
{
border-color: #64B772;
}
.TagClassName
{
border-color: #64B772;
}
</style>