Shades of Olive Green #ABAA57
Tints of Olive Green #ABAA57
RGB
CMYK
RGB Variations
Color information
#ABAA57 (or 0xABAA57) is known color: Olive Green. HEX triplet: AB, AA and 57. RGB value is (171,170,87). Sum of RGB (Red+Green+Blue) = 171+170+87=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA57 is #5455A8. Grayscale: #A1A1A1. Windows color (decimal): -5526953 or 5745323. OLE color: 5745323.
HSL color Cylindrical-coordinate representation of color #ABAA57: hue angle of 59.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABAA57 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 87 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.33 |
| HSL | 59.29º | 0.33% | 0.51% | - |
| HSV(B) | 59.29º | 0.49% | 0.67% | - |
| XYZ | 32.89 | 38.1 | 14.64 | - |
| YUV | 160.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 87 | 0 | 0.01 | 0.49 | 0.33 | 59.29 | 0.33 | 0.51 |
| Hex | AB | AA | 57 | 0 | 1 | 31 | 21 | 3B | 21 | 33 |
| Octal | 253 | 252 | 127 | 0 | 1 | 61 | 41 | 73 | 41 | 63 |
| Binary | 10101011 | 10101010 | 1010111 | 0 | 1 | 110001 | 100001 | 111011 | 100001 | 110011 |
Color Harmonies of #ABAA57
Complementary color
Monochromatic Colors of #ABAA57
Black with #ABAA57
Text Example
Text Example
White with #ABAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA57; }
p { color: rgb(171,170,87); }
H1.HeaderClassName
{
color: #ABAA57;
}
.AnyTagClassName
{
color: #ABAA57;
}
</style>
background-color css
<style>
a { background-color: #ABAA57; }
a { background-color: rgb(171,170,87); }
div.DivClassName
{
background-color: #ABAA57;
}
.BgClassName
{
background-color: #ABAA57;
}
</style>
border-color css
<style>
span { border-color: #ABAA57; }
span { border-color: rgb(171,170,87); }
td.TdClassName
{
border-color: #ABAA57;
}
.TagClassName
{
border-color: #ABAA57;
}
</style>