Shades of Olive Green #ABA967
Tints of Olive Green #ABA967
RGB
CMYK
RGB Variations
Color information
#ABA967 (or 0xABA967) is known color: Olive Green. HEX triplet: AB, A9 and 67. RGB value is (171,169,103). Sum of RGB (Red+Green+Blue) = 171+169+103=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 103 (40.62% from 255 or 23.25% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA967 is #545698. Grayscale: #A2A2A2. Windows color (decimal): -5527193 or 6793643. OLE color: 6793643.
HSL color Cylindrical-coordinate representation of color #ABA967: hue angle of 58.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABA967 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 103 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.33 |
| HSL | 58.24º | 0.29% | 0.54% | - |
| HSV(B) | 58.24º | 0.4% | 0.67% | - |
| XYZ | 33.43 | 38.01 | 18.41 | - |
| YUV | 162.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 103 | 0 | 0.01 | 0.40 | 0.33 | 58.24 | 0.29 | 0.54 |
| Hex | AB | A9 | 67 | 0 | 1 | 28 | 21 | 3A | 1D | 36 |
| Octal | 253 | 251 | 147 | 0 | 1 | 50 | 41 | 72 | 35 | 66 |
| Binary | 10101011 | 10101001 | 1100111 | 0 | 1 | 101000 | 100001 | 111010 | 11101 | 110110 |
Color Harmonies of #ABA967
Complementary color
Monochromatic Colors of #ABA967
Black with #ABA967
Text Example
Text Example
White with #ABA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA967; }
p { color: rgb(171,169,103); }
H1.HeaderClassName
{
color: #ABA967;
}
.AnyTagClassName
{
color: #ABA967;
}
</style>
background-color css
<style>
a { background-color: #ABA967; }
a { background-color: rgb(171,169,103); }
div.DivClassName
{
background-color: #ABA967;
}
.BgClassName
{
background-color: #ABA967;
}
</style>
border-color css
<style>
span { border-color: #ABA967; }
span { border-color: rgb(171,169,103); }
td.TdClassName
{
border-color: #ABA967;
}
.TagClassName
{
border-color: #ABA967;
}
</style>