Shades of Fern #64A565
Tints of Fern #64A565
RGB
CMYK
RGB Variations
Color information
#64A565 (or 0x64A565) is known color: Fern. HEX triplet: 64, A5 and 65. RGB value is (100,165,101). Sum of RGB (Red+Green+Blue) = 100+165+101=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #64A565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A565 is #9B5A9A. Grayscale: #8A8A8A. Windows color (decimal): -10181275 or 6661476. OLE color: 6661476.
HSL color Cylindrical-coordinate representation of color #64A565: hue angle of 120.92º 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 #64A565 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 165 | 101 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.35 |
| HSL | 120.92º | 0.27% | 0.52% | - |
| HSV(B) | 120.92º | 0.39% | 0.65% | - |
| XYZ | 21.06 | 30.56 | 17.1 | - |
| YUV | 138.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 165 | 101 | 0.39 | 0 | 0.39 | 0.35 | 120.92 | 0.27 | 0.52 |
| Hex | 64 | A5 | 65 | 27 | 0 | 27 | 23 | 79 | 1B | 34 |
| Octal | 144 | 245 | 145 | 47 | 0 | 47 | 43 | 171 | 33 | 64 |
| Binary | 1100100 | 10100101 | 1100101 | 100111 | 0 | 100111 | 100011 | 1111001 | 11011 | 110100 |
Color Harmonies of #64A565
Complementary color
Monochromatic Colors of #64A565
Black with #64A565
Text Example
Text Example
White with #64A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A565; }
p { color: rgb(100,165,101); }
H1.HeaderClassName
{
color: #64A565;
}
.AnyTagClassName
{
color: #64A565;
}
</style>
background-color css
<style>
a { background-color: #64A565; }
a { background-color: rgb(100,165,101); }
div.DivClassName
{
background-color: #64A565;
}
.BgClassName
{
background-color: #64A565;
}
</style>
border-color css
<style>
span { border-color: #64A565; }
span { border-color: rgb(100,165,101); }
td.TdClassName
{
border-color: #64A565;
}
.TagClassName
{
border-color: #64A565;
}
</style>