Shades of Fern #64AB6C
Tints of Fern #64AB6C
RGB
CMYK
RGB Variations
Color information
#64AB6C (or 0x64AB6C) is known color: Fern. HEX triplet: 64, AB and 6C. RGB value is (100,171,108). Sum of RGB (Red+Green+Blue) = 100+171+108=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AB6C is #9B5493. Grayscale: #8E8E8E. Windows color (decimal): -10179732 or 7121764. OLE color: 7121764.
HSL color Cylindrical-coordinate representation of color #64AB6C: hue angle of 126.76º 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 #64AB6C is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 108 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.33 |
| HSL | 126.76º | 0.3% | 0.53% | - |
| HSV(B) | 126.76º | 0.42% | 0.67% | - |
| XYZ | 22.53 | 32.92 | 19.35 | - |
| YUV | 142.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 108 | 0.42 | 0 | 0.37 | 0.33 | 126.76 | 0.3 | 0.53 |
| Hex | 64 | AB | 6C | 2A | 0 | 25 | 21 | 7F | 1E | 35 |
| Octal | 144 | 253 | 154 | 52 | 0 | 45 | 41 | 177 | 36 | 65 |
| Binary | 1100100 | 10101011 | 1101100 | 101010 | 0 | 100101 | 100001 | 1111111 | 11110 | 110101 |
Color Harmonies of #64AB6C
Complementary color
Monochromatic Colors of #64AB6C
Black with #64AB6C
Text Example
Text Example
White with #64AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AB6C; }
p { color: rgb(100,171,108); }
H1.HeaderClassName
{
color: #64AB6C;
}
.AnyTagClassName
{
color: #64AB6C;
}
</style>
background-color css
<style>
a { background-color: #64AB6C; }
a { background-color: rgb(100,171,108); }
div.DivClassName
{
background-color: #64AB6C;
}
.BgClassName
{
background-color: #64AB6C;
}
</style>
border-color css
<style>
span { border-color: #64AB6C; }
span { border-color: rgb(100,171,108); }
td.TdClassName
{
border-color: #64AB6C;
}
.TagClassName
{
border-color: #64AB6C;
}
</style>