Shades of Fern #64A86E
Tints of Fern #64A86E
RGB
CMYK
RGB Variations
Color information
#64A86E (or 0x64A86E) is known color: Fern. HEX triplet: 64, A8 and 6E. RGB value is (100,168,110). Sum of RGB (Red+Green+Blue) = 100+168+110=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 168 - color contains mainly: green. Hex color #64A86E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A86E is #9B5791. Grayscale: #8D8D8D. Windows color (decimal): -10180498 or 7252068. OLE color: 7252068.
HSL color Cylindrical-coordinate representation of color #64A86E: hue angle of 128.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A86E is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 168 | 110 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.34 |
| HSL | 128.82º | 0.28% | 0.53% | - |
| HSV(B) | 128.82º | 0.4% | 0.66% | - |
| XYZ | 22.07 | 31.84 | 19.73 | - |
| YUV | 141.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 168 | 110 | 0.40 | 0 | 0.35 | 0.34 | 128.82 | 0.28 | 0.53 |
| Hex | 64 | A8 | 6E | 28 | 0 | 23 | 22 | 81 | 1C | 35 |
| Octal | 144 | 250 | 156 | 50 | 0 | 43 | 42 | 201 | 34 | 65 |
| Binary | 1100100 | 10101000 | 1101110 | 101000 | 0 | 100011 | 100010 | 10000001 | 11100 | 110101 |
Color Harmonies of #64A86E
Complementary color
Monochromatic Colors of #64A86E
Black with #64A86E
Text Example
Text Example
White with #64A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A86E; }
p { color: rgb(100,168,110); }
H1.HeaderClassName
{
color: #64A86E;
}
.AnyTagClassName
{
color: #64A86E;
}
</style>
background-color css
<style>
a { background-color: #64A86E; }
a { background-color: rgb(100,168,110); }
div.DivClassName
{
background-color: #64A86E;
}
.BgClassName
{
background-color: #64A86E;
}
</style>
border-color css
<style>
span { border-color: #64A86E; }
span { border-color: rgb(100,168,110); }
td.TdClassName
{
border-color: #64A86E;
}
.TagClassName
{
border-color: #64A86E;
}
</style>