Shades of Olive Green #ABA755
Tints of Olive Green #ABA755
RGB
CMYK
RGB Variations
Color information
#ABA755 (or 0xABA755) is known color: Olive Green. HEX triplet: AB, A7 and 55. RGB value is (171,167,85). Sum of RGB (Red+Green+Blue) = 171+167+85=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA755 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA755 is #5458AA. Grayscale: #9F9F9F. Windows color (decimal): -5527723 or 5613483. OLE color: 5613483.
HSL color Cylindrical-coordinate representation of color #ABA755: hue angle of 57.21º 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 #ABA755 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 85 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.33 |
| HSL | 57.21º | 0.34% | 0.5% | - |
| HSV(B) | 57.21º | 0.5% | 0.67% | - |
| XYZ | 32.25 | 36.95 | 14.03 | - |
| YUV | 158.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 85 | 0 | 0.02 | 0.50 | 0.33 | 57.21 | 0.34 | 0.5 |
| Hex | AB | A7 | 55 | 0 | 2 | 32 | 21 | 39 | 22 | 32 |
| Octal | 253 | 247 | 125 | 0 | 2 | 62 | 41 | 71 | 42 | 62 |
| Binary | 10101011 | 10100111 | 1010101 | 0 | 10 | 110010 | 100001 | 111001 | 100010 | 110010 |
Color Harmonies of #ABA755
Complementary color
Monochromatic Colors of #ABA755
Black with #ABA755
Text Example
Text Example
White with #ABA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA755; }
p { color: rgb(171,167,85); }
H1.HeaderClassName
{
color: #ABA755;
}
.AnyTagClassName
{
color: #ABA755;
}
</style>
background-color css
<style>
a { background-color: #ABA755; }
a { background-color: rgb(171,167,85); }
div.DivClassName
{
background-color: #ABA755;
}
.BgClassName
{
background-color: #ABA755;
}
</style>
border-color css
<style>
span { border-color: #ABA755; }
span { border-color: rgb(171,167,85); }
td.TdClassName
{
border-color: #ABA755;
}
.TagClassName
{
border-color: #ABA755;
}
</style>