Shades of Fern #64B76C
Tints of Fern #64B76C
RGB
CMYK
RGB Variations
Color information
#64B76C (or 0x64B76C) is known color: Fern. HEX triplet: 64, B7 and 6C. RGB value is (100,183,108). Sum of RGB (Red+Green+Blue) = 100+183+108=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #64B76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B76C is #9B4893. Grayscale: #959595. Windows color (decimal): -10176660 or 7124836. OLE color: 7124836.
HSL color Cylindrical-coordinate representation of color #64B76C: hue angle of 125.78º 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 #64B76C is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 183 | 108 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.28 |
| HSL | 125.78º | 0.37% | 0.55% | - |
| HSV(B) | 125.78º | 0.45% | 0.72% | - |
| XYZ | 24.9 | 37.66 | 20.14 | - |
| YUV | 149.63 | 104.5 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 183 | 108 | 0.45 | 0 | 0.41 | 0.28 | 125.78 | 0.37 | 0.55 |
| Hex | 64 | B7 | 6C | 2D | 0 | 29 | 1C | 7E | 25 | 37 |
| Octal | 144 | 267 | 154 | 55 | 0 | 51 | 34 | 176 | 45 | 67 |
| Binary | 1100100 | 10110111 | 1101100 | 101101 | 0 | 101001 | 11100 | 1111110 | 100101 | 110111 |
Color Harmonies of #64B76C
Complementary color
Monochromatic Colors of #64B76C
Black with #64B76C
Text Example
Text Example
White with #64B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B76C; }
p { color: rgb(100,183,108); }
H1.HeaderClassName
{
color: #64B76C;
}
.AnyTagClassName
{
color: #64B76C;
}
</style>
background-color css
<style>
a { background-color: #64B76C; }
a { background-color: rgb(100,183,108); }
div.DivClassName
{
background-color: #64B76C;
}
.BgClassName
{
background-color: #64B76C;
}
</style>
border-color css
<style>
span { border-color: #64B76C; }
span { border-color: rgb(100,183,108); }
td.TdClassName
{
border-color: #64B76C;
}
.TagClassName
{
border-color: #64B76C;
}
</style>