Shades of Olive Green #ABAE55
Tints of Olive Green #ABAE55
RGB
CMYK
RGB Variations
Color information
#ABAE55 (or 0xABAE55) is known color: Olive Green. HEX triplet: AB, AE and 55. RGB value is (171,174,85). Sum of RGB (Red+Green+Blue) = 171+174+85=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE55 is #5451AA. Grayscale: #A3A3A3. Windows color (decimal): -5525931 or 5615275. OLE color: 5615275.
HSL color Cylindrical-coordinate representation of color #ABAE55: hue angle of 62.02º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABAE55 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 85 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.32 |
| HSL | 62.02º | 0.35% | 0.51% | - |
| HSV(B) | 62.02º | 0.51% | 0.68% | - |
| XYZ | 33.57 | 39.59 | 14.47 | - |
| YUV | 162.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 85 | 0.02 | 0 | 0.51 | 0.32 | 62.02 | 0.35 | 0.51 |
| Hex | AB | AE | 55 | 2 | 0 | 33 | 20 | 3E | 23 | 33 |
| Octal | 253 | 256 | 125 | 2 | 0 | 63 | 40 | 76 | 43 | 63 |
| Binary | 10101011 | 10101110 | 1010101 | 10 | 0 | 110011 | 100000 | 111110 | 100011 | 110011 |
Color Harmonies of #ABAE55
Complementary color
Monochromatic Colors of #ABAE55
Black with #ABAE55
Text Example
Text Example
White with #ABAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE55; }
p { color: rgb(171,174,85); }
H1.HeaderClassName
{
color: #ABAE55;
}
.AnyTagClassName
{
color: #ABAE55;
}
</style>
background-color css
<style>
a { background-color: #ABAE55; }
a { background-color: rgb(171,174,85); }
div.DivClassName
{
background-color: #ABAE55;
}
.BgClassName
{
background-color: #ABAE55;
}
</style>
border-color css
<style>
span { border-color: #ABAE55; }
span { border-color: rgb(171,174,85); }
td.TdClassName
{
border-color: #ABAE55;
}
.TagClassName
{
border-color: #ABAE55;
}
</style>