Shades of Fern #64AC65
Tints of Fern #64AC65
RGB
CMYK
RGB Variations
Color information
#64AC65 (or 0x64AC65) is known color: Fern. HEX triplet: 64, AC and 65. RGB value is (100,172,101). Sum of RGB (Red+Green+Blue) = 100+172+101=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC65 is #9B539A. Grayscale: #8E8E8E. Windows color (decimal): -10179483 or 6663268. OLE color: 6663268.
HSL color Cylindrical-coordinate representation of color #64AC65: hue angle of 120.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AC65 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 101 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.33 |
| HSL | 120.83º | 0.3% | 0.53% | - |
| HSV(B) | 120.83º | 0.42% | 0.67% | - |
| XYZ | 22.36 | 33.15 | 17.53 | - |
| YUV | 142.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 101 | 0.42 | 0 | 0.41 | 0.33 | 120.83 | 0.3 | 0.53 |
| Hex | 64 | AC | 65 | 2A | 0 | 29 | 21 | 79 | 1E | 35 |
| Octal | 144 | 254 | 145 | 52 | 0 | 51 | 41 | 171 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1100101 | 101010 | 0 | 101001 | 100001 | 1111001 | 11110 | 110101 |
Color Harmonies of #64AC65
Complementary color
Monochromatic Colors of #64AC65
Black with #64AC65
Text Example
Text Example
White with #64AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC65; }
p { color: rgb(100,172,101); }
H1.HeaderClassName
{
color: #64AC65;
}
.AnyTagClassName
{
color: #64AC65;
}
</style>
background-color css
<style>
a { background-color: #64AC65; }
a { background-color: rgb(100,172,101); }
div.DivClassName
{
background-color: #64AC65;
}
.BgClassName
{
background-color: #64AC65;
}
</style>
border-color css
<style>
span { border-color: #64AC65; }
span { border-color: rgb(100,172,101); }
td.TdClassName
{
border-color: #64AC65;
}
.TagClassName
{
border-color: #64AC65;
}
</style>