Shades of Fern #64B762
Tints of Fern #64B762
RGB
CMYK
RGB Variations
Color information
#64B762 (or 0x64B762) is known color: Fern. HEX triplet: 64, B7 and 62. RGB value is (100,183,98). Sum of RGB (Red+Green+Blue) = 100+183+98=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #64B762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B762 is #9B489D. Grayscale: #949494. Windows color (decimal): -10176670 or 6469476. OLE color: 6469476.
HSL color Cylindrical-coordinate representation of color #64B762: hue angle of 118.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B762 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 98 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.28 |
| HSL | 118.59º | 0.37% | 0.55% | - |
| HSV(B) | 118.59º | 0.46% | 0.72% | - |
| XYZ | 24.39 | 37.46 | 17.5 | - |
| YUV | 148.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 98 | 0.45 | 0 | 0.46 | 0.28 | 118.59 | 0.37 | 0.55 |
| Hex | 64 | B7 | 62 | 2D | 0 | 2E | 1C | 77 | 25 | 37 |
| Octal | 144 | 267 | 142 | 55 | 0 | 56 | 34 | 167 | 45 | 67 |
| Binary | 1100100 | 10110111 | 1100010 | 101101 | 0 | 101110 | 11100 | 1110111 | 100101 | 110111 |
Color Harmonies of #64B762
Complementary color
Monochromatic Colors of #64B762
Black with #64B762
Text Example
Text Example
White with #64B762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B762; }
p { color: rgb(100,183,98); }
H1.HeaderClassName
{
color: #64B762;
}
.AnyTagClassName
{
color: #64B762;
}
</style>
background-color css
<style>
a { background-color: #64B762; }
a { background-color: rgb(100,183,98); }
div.DivClassName
{
background-color: #64B762;
}
.BgClassName
{
background-color: #64B762;
}
</style>
border-color css
<style>
span { border-color: #64B762; }
span { border-color: rgb(100,183,98); }
td.TdClassName
{
border-color: #64B762;
}
.TagClassName
{
border-color: #64B762;
}
</style>