Shades of Fern #64AC71
Tints of Fern #64AC71
RGB
CMYK
RGB Variations
Color information
#64AC71 (or 0x64AC71) is known color: Fern. HEX triplet: 64, AC and 71. RGB value is (100,172,113). Sum of RGB (Red+Green+Blue) = 100+172+113=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC71 is #9B538E. Grayscale: #8F8F8F. Windows color (decimal): -10179471 or 7449700. OLE color: 7449700.
HSL color Cylindrical-coordinate representation of color #64AC71: hue angle of 130.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 #64AC71 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 113 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.33 |
| HSL | 130.83º | 0.3% | 0.53% | - |
| HSV(B) | 130.83º | 0.42% | 0.67% | - |
| XYZ | 22.99 | 33.41 | 20.86 | - |
| YUV | 143.75 | 110.65 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 113 | 0.42 | 0 | 0.34 | 0.33 | 130.83 | 0.3 | 0.53 |
| Hex | 64 | AC | 71 | 2A | 0 | 22 | 21 | 83 | 1E | 35 |
| Octal | 144 | 254 | 161 | 52 | 0 | 42 | 41 | 203 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1110001 | 101010 | 0 | 100010 | 100001 | 10000011 | 11110 | 110101 |
Color Harmonies of #64AC71
Complementary color
Monochromatic Colors of #64AC71
Black with #64AC71
Text Example
Text Example
White with #64AC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC71; }
p { color: rgb(100,172,113); }
H1.HeaderClassName
{
color: #64AC71;
}
.AnyTagClassName
{
color: #64AC71;
}
</style>
background-color css
<style>
a { background-color: #64AC71; }
a { background-color: rgb(100,172,113); }
div.DivClassName
{
background-color: #64AC71;
}
.BgClassName
{
background-color: #64AC71;
}
</style>
border-color css
<style>
span { border-color: #64AC71; }
span { border-color: rgb(100,172,113); }
td.TdClassName
{
border-color: #64AC71;
}
.TagClassName
{
border-color: #64AC71;
}
</style>