Shades of Fern #64AB71
Tints of Fern #64AB71
RGB
CMYK
RGB Variations
Color information
#64AB71 (or 0x64AB71) is known color: Fern. HEX triplet: 64, AB and 71. RGB value is (100,171,113). Sum of RGB (Red+Green+Blue) = 100+171+113=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB71 is #9B548E. Grayscale: #8F8F8F. Windows color (decimal): -10179727 or 7449444. OLE color: 7449444.
HSL color Cylindrical-coordinate representation of color #64AB71: hue angle of 130.99º 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 #64AB71 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 113 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.33 |
| HSL | 130.99º | 0.3% | 0.53% | - |
| HSV(B) | 130.99º | 0.42% | 0.67% | - |
| XYZ | 22.8 | 33.03 | 20.8 | - |
| YUV | 143.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 113 | 0.42 | 0 | 0.34 | 0.33 | 130.99 | 0.3 | 0.53 |
| Hex | 64 | AB | 71 | 2A | 0 | 22 | 21 | 83 | 1E | 35 |
| Octal | 144 | 253 | 161 | 52 | 0 | 42 | 41 | 203 | 36 | 65 |
| Binary | 1100100 | 10101011 | 1110001 | 101010 | 0 | 100010 | 100001 | 10000011 | 11110 | 110101 |
Color Harmonies of #64AB71
Complementary color
Monochromatic Colors of #64AB71
Black with #64AB71
Text Example
Text Example
White with #64AB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB71; }
p { color: rgb(100,171,113); }
H1.HeaderClassName
{
color: #64AB71;
}
.AnyTagClassName
{
color: #64AB71;
}
</style>
background-color css
<style>
a { background-color: #64AB71; }
a { background-color: rgb(100,171,113); }
div.DivClassName
{
background-color: #64AB71;
}
.BgClassName
{
background-color: #64AB71;
}
</style>
border-color css
<style>
span { border-color: #64AB71; }
span { border-color: rgb(100,171,113); }
td.TdClassName
{
border-color: #64AB71;
}
.TagClassName
{
border-color: #64AB71;
}
</style>