Shades of Olive Green #ABBA62
Tints of Olive Green #ABBA62
RGB
CMYK
RGB Variations
Color information
#ABBA62 (or 0xABBA62) is known color: Olive Green. HEX triplet: AB, BA and 62. RGB value is (171,186,98). Sum of RGB (Red+Green+Blue) = 171+186+98=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA62 is #54459D. Grayscale: #ABABAB. Windows color (decimal): -5522846 or 6470315. OLE color: 6470315.
HSL color Cylindrical-coordinate representation of color #ABBA62: hue angle of 70.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABBA62 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 98 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.27 |
| HSL | 70.23º | 0.39% | 0.56% | - |
| HSV(B) | 70.23º | 0.47% | 0.73% | - |
| XYZ | 36.56 | 44.66 | 18.25 | - |
| YUV | 171.48 | 86.53 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 98 | 0.08 | 0 | 0.47 | 0.27 | 70.23 | 0.39 | 0.56 |
| Hex | AB | BA | 62 | 8 | 0 | 2F | 1B | 46 | 27 | 38 |
| Octal | 253 | 272 | 142 | 10 | 0 | 57 | 33 | 106 | 47 | 70 |
| Binary | 10101011 | 10111010 | 1100010 | 1000 | 0 | 101111 | 11011 | 1000110 | 100111 | 111000 |
Color Harmonies of #ABBA62
Complementary color
Monochromatic Colors of #ABBA62
Black with #ABBA62
Text Example
Text Example
White with #ABBA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA62; }
p { color: rgb(171,186,98); }
H1.HeaderClassName
{
color: #ABBA62;
}
.AnyTagClassName
{
color: #ABBA62;
}
</style>
background-color css
<style>
a { background-color: #ABBA62; }
a { background-color: rgb(171,186,98); }
div.DivClassName
{
background-color: #ABBA62;
}
.BgClassName
{
background-color: #ABBA62;
}
</style>
border-color css
<style>
span { border-color: #ABBA62; }
span { border-color: rgb(171,186,98); }
td.TdClassName
{
border-color: #ABBA62;
}
.TagClassName
{
border-color: #ABBA62;
}
</style>