Shades of Olive Green #A8AB4E
Tints of Olive Green #A8AB4E
RGB
CMYK
RGB Variations
Color information
#A8AB4E (or 0xA8AB4E) is known color: Olive Green. HEX triplet: A8, AB and 4E. RGB value is (168,171,78). Sum of RGB (Red+Green+Blue) = 168+171+78=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB4E is #5754B1. Grayscale: #9F9F9F. Windows color (decimal): -5723314 or 5155752. OLE color: 5155752.
HSL color Cylindrical-coordinate representation of color #A8AB4E: hue angle of 61.94º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8AB4E is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 78 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.33 |
| HSL | 61.94º | 0.37% | 0.49% | - |
| HSV(B) | 61.94º | 0.54% | 0.67% | - |
| XYZ | 32.09 | 38 | 12.85 | - |
| YUV | 159.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 78 | 0.02 | 0 | 0.54 | 0.33 | 61.94 | 0.37 | 0.49 |
| Hex | A8 | AB | 4E | 2 | 0 | 36 | 21 | 3E | 25 | 31 |
| Octal | 250 | 253 | 116 | 2 | 0 | 66 | 41 | 76 | 45 | 61 |
| Binary | 10101000 | 10101011 | 1001110 | 10 | 0 | 110110 | 100001 | 111110 | 100101 | 110001 |
Color Harmonies of #A8AB4E
Complementary color
Monochromatic Colors of #A8AB4E
Black with #A8AB4E
Text Example
Text Example
White with #A8AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB4E; }
p { color: rgb(168,171,78); }
H1.HeaderClassName
{
color: #A8AB4E;
}
.AnyTagClassName
{
color: #A8AB4E;
}
</style>
background-color css
<style>
a { background-color: #A8AB4E; }
a { background-color: rgb(168,171,78); }
div.DivClassName
{
background-color: #A8AB4E;
}
.BgClassName
{
background-color: #A8AB4E;
}
</style>
border-color css
<style>
span { border-color: #A8AB4E; }
span { border-color: rgb(168,171,78); }
td.TdClassName
{
border-color: #A8AB4E;
}
.TagClassName
{
border-color: #A8AB4E;
}
</style>