Shades of Olive Green #A8AB5A
Tints of Olive Green #A8AB5A
RGB
CMYK
RGB Variations
Color information
#A8AB5A (or 0xA8AB5A) is known color: Olive Green. HEX triplet: A8, AB and 5A. RGB value is (168,171,90). Sum of RGB (Red+Green+Blue) = 168+171+90=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB5A is #5754A5. Grayscale: #A1A1A1. Windows color (decimal): -5723302 or 5942184. OLE color: 5942184.
HSL color Cylindrical-coordinate representation of color #A8AB5A: hue angle of 62.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8AB5A is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 90 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.33 |
| HSL | 62.22º | 0.33% | 0.51% | - |
| HSV(B) | 62.22º | 0.47% | 0.67% | - |
| XYZ | 32.56 | 38.19 | 15.33 | - |
| YUV | 160.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 90 | 0.02 | 0 | 0.47 | 0.33 | 62.22 | 0.33 | 0.51 |
| Hex | A8 | AB | 5A | 2 | 0 | 2F | 21 | 3E | 21 | 33 |
| Octal | 250 | 253 | 132 | 2 | 0 | 57 | 41 | 76 | 41 | 63 |
| Binary | 10101000 | 10101011 | 1011010 | 10 | 0 | 101111 | 100001 | 111110 | 100001 | 110011 |
Color Harmonies of #A8AB5A
Complementary color
Monochromatic Colors of #A8AB5A
Black with #A8AB5A
Text Example
Text Example
White with #A8AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB5A; }
p { color: rgb(168,171,90); }
H1.HeaderClassName
{
color: #A8AB5A;
}
.AnyTagClassName
{
color: #A8AB5A;
}
</style>
background-color css
<style>
a { background-color: #A8AB5A; }
a { background-color: rgb(168,171,90); }
div.DivClassName
{
background-color: #A8AB5A;
}
.BgClassName
{
background-color: #A8AB5A;
}
</style>
border-color css
<style>
span { border-color: #A8AB5A; }
span { border-color: rgb(168,171,90); }
td.TdClassName
{
border-color: #A8AB5A;
}
.TagClassName
{
border-color: #A8AB5A;
}
</style>