Shades of Olive Green #ABA752
Tints of Olive Green #ABA752
RGB
CMYK
RGB Variations
Color information
#ABA752 (or 0xABA752) is known color: Olive Green. HEX triplet: AB, A7 and 52. RGB value is (171,167,82). Sum of RGB (Red+Green+Blue) = 171+167+82=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA752 is #5458AD. Grayscale: #9E9E9E. Windows color (decimal): -5527726 or 5416875. OLE color: 5416875.
HSL color Cylindrical-coordinate representation of color #ABA752: hue angle of 57.3º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABA752 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 82 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.33 |
| HSL | 57.3º | 0.35% | 0.5% | - |
| HSV(B) | 57.3º | 0.52% | 0.67% | - |
| XYZ | 32.14 | 36.9 | 13.41 | - |
| YUV | 158.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 82 | 0 | 0.02 | 0.52 | 0.33 | 57.3 | 0.35 | 0.5 |
| Hex | AB | A7 | 52 | 0 | 2 | 34 | 21 | 39 | 23 | 32 |
| Octal | 253 | 247 | 122 | 0 | 2 | 64 | 41 | 71 | 43 | 62 |
| Binary | 10101011 | 10100111 | 1010010 | 0 | 10 | 110100 | 100001 | 111001 | 100011 | 110010 |
Color Harmonies of #ABA752
Complementary color
Monochromatic Colors of #ABA752
Black with #ABA752
Text Example
Text Example
White with #ABA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA752; }
p { color: rgb(171,167,82); }
H1.HeaderClassName
{
color: #ABA752;
}
.AnyTagClassName
{
color: #ABA752;
}
</style>
background-color css
<style>
a { background-color: #ABA752; }
a { background-color: rgb(171,167,82); }
div.DivClassName
{
background-color: #ABA752;
}
.BgClassName
{
background-color: #ABA752;
}
</style>
border-color css
<style>
span { border-color: #ABA752; }
span { border-color: rgb(171,167,82); }
td.TdClassName
{
border-color: #ABA752;
}
.TagClassName
{
border-color: #ABA752;
}
</style>