Shades of Fern #64AC70
Tints of Fern #64AC70
RGB
CMYK
RGB Variations
Color information
#64AC70 (or 0x64AC70) is known color: Fern. HEX triplet: 64, AC and 70. RGB value is (100,172,112). Sum of RGB (Red+Green+Blue) = 100+172+112=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC70 is #9B538F. Grayscale: #8F8F8F. Windows color (decimal): -10179472 or 7384164. OLE color: 7384164.
HSL color Cylindrical-coordinate representation of color #64AC70: hue angle of 130º 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 #64AC70 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 112 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.33 |
| HSL | 130º | 0.3% | 0.53% | - |
| HSV(B) | 130º | 0.42% | 0.67% | - |
| XYZ | 22.93 | 33.38 | 20.56 | - |
| YUV | 143.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 112 | 0.42 | 0 | 0.35 | 0.33 | 130 | 0.3 | 0.53 |
| Hex | 64 | AC | 70 | 2A | 0 | 23 | 21 | 82 | 1E | 35 |
| Octal | 144 | 254 | 160 | 52 | 0 | 43 | 41 | 202 | 36 | 65 |
| Binary | 1100100 | 10101100 | 1110000 | 101010 | 0 | 100011 | 100001 | 10000010 | 11110 | 110101 |
Color Harmonies of #64AC70
Complementary color
Monochromatic Colors of #64AC70
Black with #64AC70
Text Example
Text Example
White with #64AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AC70; }
p { color: rgb(100,172,112); }
H1.HeaderClassName
{
color: #64AC70;
}
.AnyTagClassName
{
color: #64AC70;
}
</style>
background-color css
<style>
a { background-color: #64AC70; }
a { background-color: rgb(100,172,112); }
div.DivClassName
{
background-color: #64AC70;
}
.BgClassName
{
background-color: #64AC70;
}
</style>
border-color css
<style>
span { border-color: #64AC70; }
span { border-color: rgb(100,172,112); }
td.TdClassName
{
border-color: #64AC70;
}
.TagClassName
{
border-color: #64AC70;
}
</style>