Shades of Olive Green #ACB758
Tints of Olive Green #ACB758
RGB
CMYK
RGB Variations
Color information
#ACB758 (or 0xACB758) is known color: Olive Green. HEX triplet: AC, B7 and 58. RGB value is (172,183,88). Sum of RGB (Red+Green+Blue) = 172+183+88=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB758 is #5348A7. Grayscale: #A9A9A9. Windows color (decimal): -5458088 or 5814188. OLE color: 5814188.
HSL color Cylindrical-coordinate representation of color #ACB758: hue angle of 66.95º 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 #ACB758 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 88 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.28 |
| HSL | 66.95º | 0.4% | 0.53% | - |
| HSV(B) | 66.95º | 0.52% | 0.72% | - |
| XYZ | 35.71 | 43.34 | 15.72 | - |
| YUV | 168.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 88 | 0.06 | 0 | 0.52 | 0.28 | 66.95 | 0.4 | 0.53 |
| Hex | AC | B7 | 58 | 6 | 0 | 34 | 1C | 43 | 28 | 35 |
| Octal | 254 | 267 | 130 | 6 | 0 | 64 | 34 | 103 | 50 | 65 |
| Binary | 10101100 | 10110111 | 1011000 | 110 | 0 | 110100 | 11100 | 1000011 | 101000 | 110101 |
Color Harmonies of #ACB758
Complementary color
Monochromatic Colors of #ACB758
Black with #ACB758
Text Example
Text Example
White with #ACB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB758; }
p { color: rgb(172,183,88); }
H1.HeaderClassName
{
color: #ACB758;
}
.AnyTagClassName
{
color: #ACB758;
}
</style>
background-color css
<style>
a { background-color: #ACB758; }
a { background-color: rgb(172,183,88); }
div.DivClassName
{
background-color: #ACB758;
}
.BgClassName
{
background-color: #ACB758;
}
</style>
border-color css
<style>
span { border-color: #ACB758; }
span { border-color: rgb(172,183,88); }
td.TdClassName
{
border-color: #ACB758;
}
.TagClassName
{
border-color: #ACB758;
}
</style>