Shades of Olive Green #A8AB5E
Tints of Olive Green #A8AB5E
RGB
CMYK
RGB Variations
Color information
#A8AB5E (or 0xA8AB5E) is known color: Olive Green. HEX triplet: A8, AB and 5E. RGB value is (168,171,94). Sum of RGB (Red+Green+Blue) = 168+171+94=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB5E is #5754A1. Grayscale: #A1A1A1. Windows color (decimal): -5723298 or 6204328. OLE color: 6204328.
HSL color Cylindrical-coordinate representation of color #A8AB5E: hue angle of 62.34º 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 #A8AB5E is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 94 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.33 |
| HSL | 62.34º | 0.31% | 0.52% | - |
| HSV(B) | 62.34º | 0.45% | 0.67% | - |
| XYZ | 32.73 | 38.26 | 16.25 | - |
| YUV | 161.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 94 | 0.02 | 0 | 0.45 | 0.33 | 62.34 | 0.31 | 0.52 |
| Hex | A8 | AB | 5E | 2 | 0 | 2D | 21 | 3E | 1F | 34 |
| Octal | 250 | 253 | 136 | 2 | 0 | 55 | 41 | 76 | 37 | 64 |
| Binary | 10101000 | 10101011 | 1011110 | 10 | 0 | 101101 | 100001 | 111110 | 11111 | 110100 |
Color Harmonies of #A8AB5E
Complementary color
Monochromatic Colors of #A8AB5E
Black with #A8AB5E
Text Example
Text Example
White with #A8AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB5E; }
p { color: rgb(168,171,94); }
H1.HeaderClassName
{
color: #A8AB5E;
}
.AnyTagClassName
{
color: #A8AB5E;
}
</style>
background-color css
<style>
a { background-color: #A8AB5E; }
a { background-color: rgb(168,171,94); }
div.DivClassName
{
background-color: #A8AB5E;
}
.BgClassName
{
background-color: #A8AB5E;
}
</style>
border-color css
<style>
span { border-color: #A8AB5E; }
span { border-color: rgb(168,171,94); }
td.TdClassName
{
border-color: #A8AB5E;
}
.TagClassName
{
border-color: #A8AB5E;
}
</style>