Shades of Olive Green #ABA85F
Tints of Olive Green #ABA85F
RGB
CMYK
RGB Variations
Color information
#ABA85F (or 0xABA85F) is known color: Olive Green. HEX triplet: AB, A8 and 5F. RGB value is (171,168,95). Sum of RGB (Red+Green+Blue) = 171+168+95=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA85F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA85F is #5457A0. Grayscale: #A0A0A0. Windows color (decimal): -5527457 or 6269099. OLE color: 6269099.
HSL color Cylindrical-coordinate representation of color #ABA85F: hue angle of 57.63º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABA85F is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 95 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.33 |
| HSL | 57.63º | 0.31% | 0.52% | - |
| HSV(B) | 57.63º | 0.44% | 0.67% | - |
| XYZ | 32.86 | 37.49 | 16.33 | - |
| YUV | 160.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 95 | 0 | 0.02 | 0.44 | 0.33 | 57.63 | 0.31 | 0.52 |
| Hex | AB | A8 | 5F | 0 | 2 | 2C | 21 | 3A | 1F | 34 |
| Octal | 253 | 250 | 137 | 0 | 2 | 54 | 41 | 72 | 37 | 64 |
| Binary | 10101011 | 10101000 | 1011111 | 0 | 10 | 101100 | 100001 | 111010 | 11111 | 110100 |
Color Harmonies of #ABA85F
Complementary color
Monochromatic Colors of #ABA85F
Black with #ABA85F
Text Example
Text Example
White with #ABA85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA85F; }
p { color: rgb(171,168,95); }
H1.HeaderClassName
{
color: #ABA85F;
}
.AnyTagClassName
{
color: #ABA85F;
}
</style>
background-color css
<style>
a { background-color: #ABA85F; }
a { background-color: rgb(171,168,95); }
div.DivClassName
{
background-color: #ABA85F;
}
.BgClassName
{
background-color: #ABA85F;
}
</style>
border-color css
<style>
span { border-color: #ABA85F; }
span { border-color: rgb(171,168,95); }
td.TdClassName
{
border-color: #ABA85F;
}
.TagClassName
{
border-color: #ABA85F;
}
</style>