Shades of Olive Green #ABA965
Tints of Olive Green #ABA965
RGB
CMYK
RGB Variations
Color information
#ABA965 (or 0xABA965) is known color: Olive Green. HEX triplet: AB, A9 and 65. RGB value is (171,169,101). Sum of RGB (Red+Green+Blue) = 171+169+101=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA965 is #54569A. Grayscale: #A2A2A2. Windows color (decimal): -5527195 or 6662571. OLE color: 6662571.
HSL color Cylindrical-coordinate representation of color #ABA965: hue angle of 58.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABA965 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 101 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.33 |
| HSL | 58.29º | 0.29% | 0.53% | - |
| HSV(B) | 58.29º | 0.41% | 0.67% | - |
| XYZ | 33.33 | 37.97 | 17.88 | - |
| YUV | 161.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 101 | 0 | 0.01 | 0.41 | 0.33 | 58.29 | 0.29 | 0.53 |
| Hex | AB | A9 | 65 | 0 | 1 | 29 | 21 | 3A | 1D | 35 |
| Octal | 253 | 251 | 145 | 0 | 1 | 51 | 41 | 72 | 35 | 65 |
| Binary | 10101011 | 10101001 | 1100101 | 0 | 1 | 101001 | 100001 | 111010 | 11101 | 110101 |
Color Harmonies of #ABA965
Complementary color
Monochromatic Colors of #ABA965
Black with #ABA965
Text Example
Text Example
White with #ABA965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA965; }
p { color: rgb(171,169,101); }
H1.HeaderClassName
{
color: #ABA965;
}
.AnyTagClassName
{
color: #ABA965;
}
</style>
background-color css
<style>
a { background-color: #ABA965; }
a { background-color: rgb(171,169,101); }
div.DivClassName
{
background-color: #ABA965;
}
.BgClassName
{
background-color: #ABA965;
}
</style>
border-color css
<style>
span { border-color: #ABA965; }
span { border-color: rgb(171,169,101); }
td.TdClassName
{
border-color: #ABA965;
}
.TagClassName
{
border-color: #ABA965;
}
</style>