Shades of Olive Green #ABB863
Tints of Olive Green #ABB863
RGB
CMYK
RGB Variations
Color information
#ABB863 (or 0xABB863) is known color: Olive Green. HEX triplet: AB, B8 and 63. RGB value is (171,184,99). Sum of RGB (Red+Green+Blue) = 171+184+99=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB863 is #54479C. Grayscale: #AAAAAA. Windows color (decimal): -5523357 or 6535339. OLE color: 6535339.
HSL color Cylindrical-coordinate representation of color #ABB863: hue angle of 69.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABB863 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 99 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.28 |
| HSL | 69.18º | 0.37% | 0.55% | - |
| HSV(B) | 69.18º | 0.46% | 0.72% | - |
| XYZ | 36.19 | 43.84 | 18.36 | - |
| YUV | 170.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 99 | 0.07 | 0 | 0.46 | 0.28 | 69.18 | 0.37 | 0.55 |
| Hex | AB | B8 | 63 | 7 | 0 | 2E | 1C | 45 | 25 | 37 |
| Octal | 253 | 270 | 143 | 7 | 0 | 56 | 34 | 105 | 45 | 67 |
| Binary | 10101011 | 10111000 | 1100011 | 111 | 0 | 101110 | 11100 | 1000101 | 100101 | 110111 |
Color Harmonies of #ABB863
Complementary color
Monochromatic Colors of #ABB863
Black with #ABB863
Text Example
Text Example
White with #ABB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB863; }
p { color: rgb(171,184,99); }
H1.HeaderClassName
{
color: #ABB863;
}
.AnyTagClassName
{
color: #ABB863;
}
</style>
background-color css
<style>
a { background-color: #ABB863; }
a { background-color: rgb(171,184,99); }
div.DivClassName
{
background-color: #ABB863;
}
.BgClassName
{
background-color: #ABB863;
}
</style>
border-color css
<style>
span { border-color: #ABB863; }
span { border-color: rgb(171,184,99); }
td.TdClassName
{
border-color: #ABB863;
}
.TagClassName
{
border-color: #ABB863;
}
</style>