Shades of Olive Green #ABB155
Tints of Olive Green #ABB155
RGB
CMYK
RGB Variations
Color information
#ABB155 (or 0xABB155) is known color: Olive Green. HEX triplet: AB, B1 and 55. RGB value is (171,177,85). Sum of RGB (Red+Green+Blue) = 171+177+85=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB155 is #544EAA. Grayscale: #A5A5A5. Windows color (decimal): -5525163 or 5616043. OLE color: 5616043.
HSL color Cylindrical-coordinate representation of color #ABB155: hue angle of 63.91º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABB155 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 85 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.31 |
| HSL | 63.91º | 0.37% | 0.51% | - |
| HSV(B) | 63.91º | 0.52% | 0.69% | - |
| XYZ | 34.16 | 40.76 | 14.66 | - |
| YUV | 164.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 85 | 0.03 | 0 | 0.52 | 0.31 | 63.91 | 0.37 | 0.51 |
| Hex | AB | B1 | 55 | 3 | 0 | 34 | 1F | 40 | 25 | 33 |
| Octal | 253 | 261 | 125 | 3 | 0 | 64 | 37 | 100 | 45 | 63 |
| Binary | 10101011 | 10110001 | 1010101 | 11 | 0 | 110100 | 11111 | 1000000 | 100101 | 110011 |
Color Harmonies of #ABB155
Complementary color
Monochromatic Colors of #ABB155
Black with #ABB155
Text Example
Text Example
White with #ABB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB155; }
p { color: rgb(171,177,85); }
H1.HeaderClassName
{
color: #ABB155;
}
.AnyTagClassName
{
color: #ABB155;
}
</style>
background-color css
<style>
a { background-color: #ABB155; }
a { background-color: rgb(171,177,85); }
div.DivClassName
{
background-color: #ABB155;
}
.BgClassName
{
background-color: #ABB155;
}
</style>
border-color css
<style>
span { border-color: #ABB155; }
span { border-color: rgb(171,177,85); }
td.TdClassName
{
border-color: #ABB155;
}
.TagClassName
{
border-color: #ABB155;
}
</style>