Shades of Olive Green #ACB459
Tints of Olive Green #ACB459
RGB
CMYK
RGB Variations
Color information
#ACB459 (or 0xACB459) is known color: Olive Green. HEX triplet: AC, B4 and 59. RGB value is (172,180,89). Sum of RGB (Red+Green+Blue) = 172+180+89=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB459 is #534BA6. Grayscale: #A7A7A7. Windows color (decimal): -5458855 or 5878956. OLE color: 5878956.
HSL color Cylindrical-coordinate representation of color #ACB459: hue angle of 65.27º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACB459 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 89 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.29 |
| HSL | 65.27º | 0.38% | 0.53% | - |
| HSV(B) | 65.27º | 0.51% | 0.71% | - |
| XYZ | 35.14 | 42.13 | 15.73 | - |
| YUV | 167.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 89 | 0.04 | 0 | 0.51 | 0.29 | 65.27 | 0.38 | 0.53 |
| Hex | AC | B4 | 59 | 4 | 0 | 33 | 1D | 41 | 26 | 35 |
| Octal | 254 | 264 | 131 | 4 | 0 | 63 | 35 | 101 | 46 | 65 |
| Binary | 10101100 | 10110100 | 1011001 | 100 | 0 | 110011 | 11101 | 1000001 | 100110 | 110101 |
Color Harmonies of #ACB459
Complementary color
Monochromatic Colors of #ACB459
Black with #ACB459
Text Example
Text Example
White with #ACB459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB459; }
p { color: rgb(172,180,89); }
H1.HeaderClassName
{
color: #ACB459;
}
.AnyTagClassName
{
color: #ACB459;
}
</style>
background-color css
<style>
a { background-color: #ACB459; }
a { background-color: rgb(172,180,89); }
div.DivClassName
{
background-color: #ACB459;
}
.BgClassName
{
background-color: #ACB459;
}
</style>
border-color css
<style>
span { border-color: #ACB459; }
span { border-color: rgb(172,180,89); }
td.TdClassName
{
border-color: #ACB459;
}
.TagClassName
{
border-color: #ACB459;
}
</style>