Shades of Olive Green #ABAA55
Tints of Olive Green #ABAA55
RGB
CMYK
RGB Variations
Color information
#ABAA55 (or 0xABAA55) is known color: Olive Green. HEX triplet: AB, AA and 55. RGB value is (171,170,85). Sum of RGB (Red+Green+Blue) = 171+170+85=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA55 is #5455AA. Grayscale: #A0A0A0. Windows color (decimal): -5526955 or 5614251. OLE color: 5614251.
HSL color Cylindrical-coordinate representation of color #ABAA55: hue angle of 59.3º 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 #ABAA55 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 85 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.33 |
| HSL | 59.3º | 0.34% | 0.5% | - |
| HSV(B) | 59.3º | 0.5% | 0.67% | - |
| XYZ | 32.81 | 38.06 | 14.21 | - |
| YUV | 160.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 85 | 0 | 0.01 | 0.50 | 0.33 | 59.3 | 0.34 | 0.5 |
| Hex | AB | AA | 55 | 0 | 1 | 32 | 21 | 3B | 22 | 32 |
| Octal | 253 | 252 | 125 | 0 | 1 | 62 | 41 | 73 | 42 | 62 |
| Binary | 10101011 | 10101010 | 1010101 | 0 | 1 | 110010 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #ABAA55
Complementary color
Monochromatic Colors of #ABAA55
Black with #ABAA55
Text Example
Text Example
White with #ABAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA55; }
p { color: rgb(171,170,85); }
H1.HeaderClassName
{
color: #ABAA55;
}
.AnyTagClassName
{
color: #ABAA55;
}
</style>
background-color css
<style>
a { background-color: #ABAA55; }
a { background-color: rgb(171,170,85); }
div.DivClassName
{
background-color: #ABAA55;
}
.BgClassName
{
background-color: #ABAA55;
}
</style>
border-color css
<style>
span { border-color: #ABAA55; }
span { border-color: rgb(171,170,85); }
td.TdClassName
{
border-color: #ABAA55;
}
.TagClassName
{
border-color: #ABAA55;
}
</style>