Shades of Olive Green #ABA862
Tints of Olive Green #ABA862
RGB
CMYK
RGB Variations
Color information
#ABA862 (or 0xABA862) is known color: Olive Green. HEX triplet: AB, A8 and 62. RGB value is (171,168,98). Sum of RGB (Red+Green+Blue) = 171+168+98=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA862 is #54579D. Grayscale: #A1A1A1. Windows color (decimal): -5527454 or 6465707. OLE color: 6465707.
HSL color Cylindrical-coordinate representation of color #ABA862: hue angle of 57.53º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABA862 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 98 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.33 |
| HSL | 57.53º | 0.3% | 0.53% | - |
| HSV(B) | 57.53º | 0.43% | 0.67% | - |
| XYZ | 33 | 37.55 | 17.06 | - |
| YUV | 160.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 98 | 0 | 0.02 | 0.43 | 0.33 | 57.53 | 0.3 | 0.53 |
| Hex | AB | A8 | 62 | 0 | 2 | 2B | 21 | 3A | 1E | 35 |
| Octal | 253 | 250 | 142 | 0 | 2 | 53 | 41 | 72 | 36 | 65 |
| Binary | 10101011 | 10101000 | 1100010 | 0 | 10 | 101011 | 100001 | 111010 | 11110 | 110101 |
Color Harmonies of #ABA862
Complementary color
Monochromatic Colors of #ABA862
Black with #ABA862
Text Example
Text Example
White with #ABA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA862; }
p { color: rgb(171,168,98); }
H1.HeaderClassName
{
color: #ABA862;
}
.AnyTagClassName
{
color: #ABA862;
}
</style>
background-color css
<style>
a { background-color: #ABA862; }
a { background-color: rgb(171,168,98); }
div.DivClassName
{
background-color: #ABA862;
}
.BgClassName
{
background-color: #ABA862;
}
</style>
border-color css
<style>
span { border-color: #ABA862; }
span { border-color: rgb(171,168,98); }
td.TdClassName
{
border-color: #ABA862;
}
.TagClassName
{
border-color: #ABA862;
}
</style>