Shades of Fern #64A568
Tints of Fern #64A568
RGB
CMYK
RGB Variations
Color information
#64A568 (or 0x64A568) is known color: Fern. HEX triplet: 64, A5 and 68. RGB value is (100,165,104). Sum of RGB (Red+Green+Blue) = 100+165+104=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #64A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A568 is #9B5A97. Grayscale: #8A8A8A. Windows color (decimal): -10181272 or 6858084. OLE color: 6858084.
HSL color Cylindrical-coordinate representation of color #64A568: hue angle of 123.69º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A568 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 165 | 104 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.35 |
| HSL | 123.69º | 0.27% | 0.52% | - |
| HSV(B) | 123.69º | 0.39% | 0.65% | - |
| XYZ | 21.21 | 30.62 | 17.89 | - |
| YUV | 138.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 104 | 0.39 | 0 | 0.37 | 0.35 | 123.69 | 0.27 | 0.52 |
| Hex | 64 | A5 | 68 | 27 | 0 | 25 | 23 | 7C | 1B | 34 |
| Octal | 144 | 245 | 150 | 47 | 0 | 45 | 43 | 174 | 33 | 64 |
| Binary | 1100100 | 10100101 | 1101000 | 100111 | 0 | 100101 | 100011 | 1111100 | 11011 | 110100 |
Color Harmonies of #64A568
Complementary color
Monochromatic Colors of #64A568
Black with #64A568
Text Example
Text Example
White with #64A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A568; }
p { color: rgb(100,165,104); }
H1.HeaderClassName
{
color: #64A568;
}
.AnyTagClassName
{
color: #64A568;
}
</style>
background-color css
<style>
a { background-color: #64A568; }
a { background-color: rgb(100,165,104); }
div.DivClassName
{
background-color: #64A568;
}
.BgClassName
{
background-color: #64A568;
}
</style>
border-color css
<style>
span { border-color: #64A568; }
span { border-color: rgb(100,165,104); }
td.TdClassName
{
border-color: #64A568;
}
.TagClassName
{
border-color: #64A568;
}
</style>