Shades of Fern #64A75D
Tints of Fern #64A75D
RGB
CMYK
RGB Variations
Color information
#64A75D (or 0x64A75D) is known color: Fern. HEX triplet: 64, A7 and 5D. RGB value is (100,167,93). Sum of RGB (Red+Green+Blue) = 100+167+93=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #64A75D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A75D is #9B58A2. Grayscale: #8A8A8A. Windows color (decimal): -10180771 or 6137700. OLE color: 6137700.
HSL color Cylindrical-coordinate representation of color #64A75D: hue angle of 114.32º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64A75D is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 167 | 93 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.35 |
| HSL | 114.32º | 0.3% | 0.51% | - |
| HSV(B) | 114.32º | 0.44% | 0.65% | - |
| XYZ | 21.05 | 31.14 | 15.26 | - |
| YUV | 138.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 167 | 93 | 0.40 | 0 | 0.44 | 0.35 | 114.32 | 0.3 | 0.51 |
| Hex | 64 | A7 | 5D | 28 | 0 | 2C | 23 | 72 | 1E | 33 |
| Octal | 144 | 247 | 135 | 50 | 0 | 54 | 43 | 162 | 36 | 63 |
| Binary | 1100100 | 10100111 | 1011101 | 101000 | 0 | 101100 | 100011 | 1110010 | 11110 | 110011 |
Color Harmonies of #64A75D
Complementary color
Monochromatic Colors of #64A75D
Black with #64A75D
Text Example
Text Example
White with #64A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A75D; }
p { color: rgb(100,167,93); }
H1.HeaderClassName
{
color: #64A75D;
}
.AnyTagClassName
{
color: #64A75D;
}
</style>
background-color css
<style>
a { background-color: #64A75D; }
a { background-color: rgb(100,167,93); }
div.DivClassName
{
background-color: #64A75D;
}
.BgClassName
{
background-color: #64A75D;
}
</style>
border-color css
<style>
span { border-color: #64A75D; }
span { border-color: rgb(100,167,93); }
td.TdClassName
{
border-color: #64A75D;
}
.TagClassName
{
border-color: #64A75D;
}
</style>