Shades of Olive Green #ABAB5A
Tints of Olive Green #ABAB5A
RGB
CMYK
RGB Variations
Color information
#ABAB5A (or 0xABAB5A) is known color: Olive Green. HEX triplet: AB, AB and 5A. RGB value is (171,171,90). Sum of RGB (Red+Green+Blue) = 171+171+90=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAB5A is #5454A5. Grayscale: #A2A2A2. Windows color (decimal): -5526694 or 5942187. OLE color: 5942187.
HSL color Cylindrical-coordinate representation of color #ABAB5A: hue angle of 60º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABAB5A is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 90 | - |
| CMYK | 0 | 0 | 0.47 | 0.33 |
| HSL | 60º | 0.33% | 0.51% | - |
| HSV(B) | 60º | 0.47% | 0.67% | - |
| XYZ | 33.2 | 38.52 | 15.36 | - |
| YUV | 161.77 | 87.5 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 90 | 0 | 0 | 0.47 | 0.33 | 60 | 0.33 | 0.51 |
| Hex | AB | AB | 5A | 0 | 0 | 2F | 21 | 3C | 21 | 33 |
| Octal | 253 | 253 | 132 | 0 | 0 | 57 | 41 | 74 | 41 | 63 |
| Binary | 10101011 | 10101011 | 1011010 | 0 | 0 | 101111 | 100001 | 111100 | 100001 | 110011 |
Color Harmonies of #ABAB5A
Complementary color
Monochromatic Colors of #ABAB5A
Black with #ABAB5A
Text Example
Text Example
White with #ABAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB5A; }
p { color: rgb(171,171,90); }
H1.HeaderClassName
{
color: #ABAB5A;
}
.AnyTagClassName
{
color: #ABAB5A;
}
</style>
background-color css
<style>
a { background-color: #ABAB5A; }
a { background-color: rgb(171,171,90); }
div.DivClassName
{
background-color: #ABAB5A;
}
.BgClassName
{
background-color: #ABAB5A;
}
</style>
border-color css
<style>
span { border-color: #ABAB5A; }
span { border-color: rgb(171,171,90); }
td.TdClassName
{
border-color: #ABAB5A;
}
.TagClassName
{
border-color: #ABAB5A;
}
</style>