Shades of Olive Green #ABB758
Tints of Olive Green #ABB758
RGB
CMYK
RGB Variations
Color information
#ABB758 (or 0xABB758) is known color: Olive Green. HEX triplet: AB, B7 and 58. RGB value is (171,183,88). Sum of RGB (Red+Green+Blue) = 171+183+88=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB758 is #5448A7. Grayscale: #A8A8A8. Windows color (decimal): -5523624 or 5814187. OLE color: 5814187.
HSL color Cylindrical-coordinate representation of color #ABB758: hue angle of 67.58º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABB758 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 88 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.28 |
| HSL | 67.58º | 0.4% | 0.53% | - |
| HSV(B) | 67.58º | 0.52% | 0.72% | - |
| XYZ | 35.49 | 43.23 | 15.71 | - |
| YUV | 168.58 | 82.52 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 88 | 0.07 | 0 | 0.52 | 0.28 | 67.58 | 0.4 | 0.53 |
| Hex | AB | B7 | 58 | 7 | 0 | 34 | 1C | 44 | 28 | 35 |
| Octal | 253 | 267 | 130 | 7 | 0 | 64 | 34 | 104 | 50 | 65 |
| Binary | 10101011 | 10110111 | 1011000 | 111 | 0 | 110100 | 11100 | 1000100 | 101000 | 110101 |
Color Harmonies of #ABB758
Complementary color
Monochromatic Colors of #ABB758
Black with #ABB758
Text Example
Text Example
White with #ABB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB758; }
p { color: rgb(171,183,88); }
H1.HeaderClassName
{
color: #ABB758;
}
.AnyTagClassName
{
color: #ABB758;
}
</style>
background-color css
<style>
a { background-color: #ABB758; }
a { background-color: rgb(171,183,88); }
div.DivClassName
{
background-color: #ABB758;
}
.BgClassName
{
background-color: #ABB758;
}
</style>
border-color css
<style>
span { border-color: #ABB758; }
span { border-color: rgb(171,183,88); }
td.TdClassName
{
border-color: #ABB758;
}
.TagClassName
{
border-color: #ABB758;
}
</style>