Shades of Fern #64AB73
Tints of Fern #64AB73
RGB
CMYK
RGB Variations
Color information
#64AB73 (or 0x64AB73) is known color: Fern. HEX triplet: 64, AB and 73. RGB value is (100,171,115). Sum of RGB (Red+Green+Blue) = 100+171+115=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB73 is #9B548C. Grayscale: #8F8F8F. Windows color (decimal): -10179725 or 7580516. OLE color: 7580516.
HSL color Cylindrical-coordinate representation of color #64AB73: hue angle of 132.68º 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 #64AB73 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 115 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.33 |
| HSL | 132.68º | 0.3% | 0.53% | - |
| HSV(B) | 132.68º | 0.42% | 0.67% | - |
| XYZ | 22.91 | 33.07 | 21.4 | - |
| YUV | 143.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 115 | 0.42 | 0 | 0.33 | 0.33 | 132.68 | 0.3 | 0.53 |
| Hex | 64 | AB | 73 | 2A | 0 | 21 | 21 | 85 | 1E | 35 |
| Octal | 144 | 253 | 163 | 52 | 0 | 41 | 41 | 205 | 36 | 65 |
| Binary | 1100100 | 10101011 | 1110011 | 101010 | 0 | 100001 | 100001 | 10000101 | 11110 | 110101 |
Color Harmonies of #64AB73
Complementary color
Monochromatic Colors of #64AB73
Black with #64AB73
Text Example
Text Example
White with #64AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB73; }
p { color: rgb(100,171,115); }
H1.HeaderClassName
{
color: #64AB73;
}
.AnyTagClassName
{
color: #64AB73;
}
</style>
background-color css
<style>
a { background-color: #64AB73; }
a { background-color: rgb(100,171,115); }
div.DivClassName
{
background-color: #64AB73;
}
.BgClassName
{
background-color: #64AB73;
}
</style>
border-color css
<style>
span { border-color: #64AB73; }
span { border-color: rgb(100,171,115); }
td.TdClassName
{
border-color: #64AB73;
}
.TagClassName
{
border-color: #64AB73;
}
</style>