Shades of Fern #64AB75
Tints of Fern #64AB75
RGB
CMYK
RGB Variations
Color information
#64AB75 (or 0x64AB75) is known color: Fern. HEX triplet: 64, AB and 75. RGB value is (100,171,117). Sum of RGB (Red+Green+Blue) = 100+171+117=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB75 is #9B548A. Grayscale: #8F8F8F. Windows color (decimal): -10179723 or 7711588. OLE color: 7711588.
HSL color Cylindrical-coordinate representation of color #64AB75: hue angle of 134.37º 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 #64AB75 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 117 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.33 |
| HSL | 134.37º | 0.3% | 0.53% | - |
| HSV(B) | 134.37º | 0.42% | 0.67% | - |
| XYZ | 23.03 | 33.12 | 22.01 | - |
| YUV | 143.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 117 | 0.42 | 0 | 0.32 | 0.33 | 134.37 | 0.3 | 0.53 |
| Hex | 64 | AB | 75 | 2A | 0 | 20 | 21 | 86 | 1E | 35 |
| Octal | 144 | 253 | 165 | 52 | 0 | 40 | 41 | 206 | 36 | 65 |
| Binary | 1100100 | 10101011 | 1110101 | 101010 | 0 | 100000 | 100001 | 10000110 | 11110 | 110101 |
Color Harmonies of #64AB75
Complementary color
Monochromatic Colors of #64AB75
Black with #64AB75
Text Example
Text Example
White with #64AB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB75; }
p { color: rgb(100,171,117); }
H1.HeaderClassName
{
color: #64AB75;
}
.AnyTagClassName
{
color: #64AB75;
}
</style>
background-color css
<style>
a { background-color: #64AB75; }
a { background-color: rgb(100,171,117); }
div.DivClassName
{
background-color: #64AB75;
}
.BgClassName
{
background-color: #64AB75;
}
</style>
border-color css
<style>
span { border-color: #64AB75; }
span { border-color: rgb(100,171,117); }
td.TdClassName
{
border-color: #64AB75;
}
.TagClassName
{
border-color: #64AB75;
}
</style>