Shades of Olive Green #ABA756
Tints of Olive Green #ABA756
RGB
CMYK
RGB Variations
Color information
#ABA756 (or 0xABA756) is known color: Olive Green. HEX triplet: AB, A7 and 56. RGB value is (171,167,86). Sum of RGB (Red+Green+Blue) = 171+167+86=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 167 (65.62% from 255 or 39.39% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA756 is #5458A9. Grayscale: #9F9F9F. Windows color (decimal): -5527722 or 5679019. OLE color: 5679019.
HSL color Cylindrical-coordinate representation of color #ABA756: hue angle of 57.18º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABA756 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 86 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.33 |
| HSL | 57.18º | 0.34% | 0.5% | - |
| HSV(B) | 57.18º | 0.5% | 0.67% | - |
| XYZ | 32.29 | 36.97 | 14.24 | - |
| YUV | 158.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 86 | 0 | 0.02 | 0.50 | 0.33 | 57.18 | 0.34 | 0.5 |
| Hex | AB | A7 | 56 | 0 | 2 | 32 | 21 | 39 | 22 | 32 |
| Octal | 253 | 247 | 126 | 0 | 2 | 62 | 41 | 71 | 42 | 62 |
| Binary | 10101011 | 10100111 | 1010110 | 0 | 10 | 110010 | 100001 | 111001 | 100010 | 110010 |
Color Harmonies of #ABA756
Complementary color
Monochromatic Colors of #ABA756
Black with #ABA756
Text Example
Text Example
White with #ABA756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA756; }
p { color: rgb(171,167,86); }
H1.HeaderClassName
{
color: #ABA756;
}
.AnyTagClassName
{
color: #ABA756;
}
</style>
background-color css
<style>
a { background-color: #ABA756; }
a { background-color: rgb(171,167,86); }
div.DivClassName
{
background-color: #ABA756;
}
.BgClassName
{
background-color: #ABA756;
}
</style>
border-color css
<style>
span { border-color: #ABA756; }
span { border-color: rgb(171,167,86); }
td.TdClassName
{
border-color: #ABA756;
}
.TagClassName
{
border-color: #ABA756;
}
</style>