Shades of Olive Green #ABA65E
Tints of Olive Green #ABA65E
RGB
CMYK
RGB Variations
Color information
#ABA65E (or 0xABA65E) is known color: Olive Green. HEX triplet: AB, A6 and 5E. RGB value is (171,166,94). Sum of RGB (Red+Green+Blue) = 171+166+94=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA65E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA65E is #5459A1. Grayscale: #9F9F9F. Windows color (decimal): -5527970 or 6203051. OLE color: 6203051.
HSL color Cylindrical-coordinate representation of color #ABA65E: hue angle of 56.1º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABA65E is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 94 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.33 |
| HSL | 56.1º | 0.31% | 0.52% | - |
| HSV(B) | 56.1º | 0.45% | 0.67% | - |
| XYZ | 32.45 | 36.74 | 15.97 | - |
| YUV | 159.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 94 | 0 | 0.03 | 0.45 | 0.33 | 56.1 | 0.31 | 0.52 |
| Hex | AB | A6 | 5E | 0 | 3 | 2D | 21 | 38 | 1F | 34 |
| Octal | 253 | 246 | 136 | 0 | 3 | 55 | 41 | 70 | 37 | 64 |
| Binary | 10101011 | 10100110 | 1011110 | 0 | 11 | 101101 | 100001 | 111000 | 11111 | 110100 |
Color Harmonies of #ABA65E
Complementary color
Monochromatic Colors of #ABA65E
Black with #ABA65E
Text Example
Text Example
White with #ABA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA65E; }
p { color: rgb(171,166,94); }
H1.HeaderClassName
{
color: #ABA65E;
}
.AnyTagClassName
{
color: #ABA65E;
}
</style>
background-color css
<style>
a { background-color: #ABA65E; }
a { background-color: rgb(171,166,94); }
div.DivClassName
{
background-color: #ABA65E;
}
.BgClassName
{
background-color: #ABA65E;
}
</style>
border-color css
<style>
span { border-color: #ABA65E; }
span { border-color: rgb(171,166,94); }
td.TdClassName
{
border-color: #ABA65E;
}
.TagClassName
{
border-color: #ABA65E;
}
</style>