Shades of Olive Green #ABA85E
Tints of Olive Green #ABA85E
RGB
CMYK
RGB Variations
Color information
#ABA85E (or 0xABA85E) is known color: Olive Green. HEX triplet: AB, A8 and 5E. RGB value is (171,168,94). Sum of RGB (Red+Green+Blue) = 171+168+94=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA85E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA85E is #5457A1. Grayscale: #A0A0A0. Windows color (decimal): -5527458 or 6203563. OLE color: 6203563.
HSL color Cylindrical-coordinate representation of color #ABA85E: hue angle of 57.66º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABA85E is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 94 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.33 |
| HSL | 57.66º | 0.31% | 0.52% | - |
| HSV(B) | 57.66º | 0.45% | 0.67% | - |
| XYZ | 32.82 | 37.47 | 16.09 | - |
| YUV | 160.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 94 | 0 | 0.02 | 0.45 | 0.33 | 57.66 | 0.31 | 0.52 |
| Hex | AB | A8 | 5E | 0 | 2 | 2D | 21 | 3A | 1F | 34 |
| Octal | 253 | 250 | 136 | 0 | 2 | 55 | 41 | 72 | 37 | 64 |
| Binary | 10101011 | 10101000 | 1011110 | 0 | 10 | 101101 | 100001 | 111010 | 11111 | 110100 |
Color Harmonies of #ABA85E
Complementary color
Monochromatic Colors of #ABA85E
Black with #ABA85E
Text Example
Text Example
White with #ABA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA85E; }
p { color: rgb(171,168,94); }
H1.HeaderClassName
{
color: #ABA85E;
}
.AnyTagClassName
{
color: #ABA85E;
}
</style>
background-color css
<style>
a { background-color: #ABA85E; }
a { background-color: rgb(171,168,94); }
div.DivClassName
{
background-color: #ABA85E;
}
.BgClassName
{
background-color: #ABA85E;
}
</style>
border-color css
<style>
span { border-color: #ABA85E; }
span { border-color: rgb(171,168,94); }
td.TdClassName
{
border-color: #ABA85E;
}
.TagClassName
{
border-color: #ABA85E;
}
</style>