Shades of Olive Green #ABA966
Tints of Olive Green #ABA966
RGB
CMYK
RGB Variations
Color information
#ABA966 (or 0xABA966) is known color: Olive Green. HEX triplet: AB, A9 and 66. RGB value is (171,169,102). Sum of RGB (Red+Green+Blue) = 171+169+102=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA966 is #545699. Grayscale: #A2A2A2. Windows color (decimal): -5527194 or 6728107. OLE color: 6728107.
HSL color Cylindrical-coordinate representation of color #ABA966: hue angle of 58.26º 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 #ABA966 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 102 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.33 |
| HSL | 58.26º | 0.29% | 0.54% | - |
| HSV(B) | 58.26º | 0.4% | 0.67% | - |
| XYZ | 33.38 | 37.99 | 18.14 | - |
| YUV | 161.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 102 | 0 | 0.01 | 0.40 | 0.33 | 58.26 | 0.29 | 0.54 |
| Hex | AB | A9 | 66 | 0 | 1 | 28 | 21 | 3A | 1D | 36 |
| Octal | 253 | 251 | 146 | 0 | 1 | 50 | 41 | 72 | 35 | 66 |
| Binary | 10101011 | 10101001 | 1100110 | 0 | 1 | 101000 | 100001 | 111010 | 11101 | 110110 |
Color Harmonies of #ABA966
Complementary color
Monochromatic Colors of #ABA966
Black with #ABA966
Text Example
Text Example
White with #ABA966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA966; }
p { color: rgb(171,169,102); }
H1.HeaderClassName
{
color: #ABA966;
}
.AnyTagClassName
{
color: #ABA966;
}
</style>
background-color css
<style>
a { background-color: #ABA966; }
a { background-color: rgb(171,169,102); }
div.DivClassName
{
background-color: #ABA966;
}
.BgClassName
{
background-color: #ABA966;
}
</style>
border-color css
<style>
span { border-color: #ABA966; }
span { border-color: rgb(171,169,102); }
td.TdClassName
{
border-color: #ABA966;
}
.TagClassName
{
border-color: #ABA966;
}
</style>