Shades of Olive Green #ABAE57
Tints of Olive Green #ABAE57
RGB
CMYK
RGB Variations
Color information
#ABAE57 (or 0xABAE57) is known color: Olive Green. HEX triplet: AB, AE and 57. RGB value is (171,174,87). Sum of RGB (Red+Green+Blue) = 171+174+87=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAE57 is #5451A8. Grayscale: #A3A3A3. Windows color (decimal): -5525929 or 5746347. OLE color: 5746347.
HSL color Cylindrical-coordinate representation of color #ABAE57: hue angle of 62.07º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABAE57 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 174 | 87 | - |
| CMYK | 0.02 | 0 | 0.5 | 0.32 |
| HSL | 62.07º | 0.35% | 0.51% | - |
| HSV(B) | 62.07º | 0.5% | 0.68% | - |
| XYZ | 33.65 | 39.62 | 14.89 | - |
| YUV | 163.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 87 | 0.02 | 0 | 0.5 | 0.32 | 62.07 | 0.35 | 0.51 |
| Hex | AB | AE | 57 | 2 | 0 | 32 | 20 | 3E | 23 | 33 |
| Octal | 253 | 256 | 127 | 2 | 0 | 62 | 40 | 76 | 43 | 63 |
| Binary | 10101011 | 10101110 | 1010111 | 10 | 0 | 110010 | 100000 | 111110 | 100011 | 110011 |
Color Harmonies of #ABAE57
Complementary color
Monochromatic Colors of #ABAE57
Black with #ABAE57
Text Example
Text Example
White with #ABAE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE57; }
p { color: rgb(171,174,87); }
H1.HeaderClassName
{
color: #ABAE57;
}
.AnyTagClassName
{
color: #ABAE57;
}
</style>
background-color css
<style>
a { background-color: #ABAE57; }
a { background-color: rgb(171,174,87); }
div.DivClassName
{
background-color: #ABAE57;
}
.BgClassName
{
background-color: #ABAE57;
}
</style>
border-color css
<style>
span { border-color: #ABAE57; }
span { border-color: rgb(171,174,87); }
td.TdClassName
{
border-color: #ABAE57;
}
.TagClassName
{
border-color: #ABAE57;
}
</style>