Shades of Olive Green #A8AB5B
Tints of Olive Green #A8AB5B
RGB
CMYK
RGB Variations
Color information
#A8AB5B (or 0xA8AB5B) is known color: Olive Green. HEX triplet: A8, AB and 5B. RGB value is (168,171,91). Sum of RGB (Red+Green+Blue) = 168+171+91=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB5B is #5754A4. Grayscale: #A1A1A1. Windows color (decimal): -5723301 or 6007720. OLE color: 6007720.
HSL color Cylindrical-coordinate representation of color #A8AB5B: hue angle of 62.25º degrees, saturation: 0.32, 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 #A8AB5B is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 91 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.33 |
| HSL | 62.25º | 0.32% | 0.51% | - |
| HSV(B) | 62.25º | 0.47% | 0.67% | - |
| XYZ | 32.6 | 38.21 | 15.55 | - |
| YUV | 160.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 91 | 0.02 | 0 | 0.47 | 0.33 | 62.25 | 0.32 | 0.51 |
| Hex | A8 | AB | 5B | 2 | 0 | 2F | 21 | 3E | 20 | 33 |
| Octal | 250 | 253 | 133 | 2 | 0 | 57 | 41 | 76 | 40 | 63 |
| Binary | 10101000 | 10101011 | 1011011 | 10 | 0 | 101111 | 100001 | 111110 | 100000 | 110011 |
Color Harmonies of #A8AB5B
Complementary color
Monochromatic Colors of #A8AB5B
Black with #A8AB5B
Text Example
Text Example
White with #A8AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB5B; }
p { color: rgb(168,171,91); }
H1.HeaderClassName
{
color: #A8AB5B;
}
.AnyTagClassName
{
color: #A8AB5B;
}
</style>
background-color css
<style>
a { background-color: #A8AB5B; }
a { background-color: rgb(168,171,91); }
div.DivClassName
{
background-color: #A8AB5B;
}
.BgClassName
{
background-color: #A8AB5B;
}
</style>
border-color css
<style>
span { border-color: #A8AB5B; }
span { border-color: rgb(168,171,91); }
td.TdClassName
{
border-color: #A8AB5B;
}
.TagClassName
{
border-color: #A8AB5B;
}
</style>