Shades of Olive Green #ACB457
Tints of Olive Green #ACB457
RGB
CMYK
RGB Variations
Color information
#ACB457 (or 0xACB457) is known color: Olive Green. HEX triplet: AC, B4 and 57. RGB value is (172,180,87). Sum of RGB (Red+Green+Blue) = 172+180+87=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB457 is #534BA8. Grayscale: #A7A7A7. Windows color (decimal): -5458857 or 5747884. OLE color: 5747884.
HSL color Cylindrical-coordinate representation of color #ACB457: hue angle of 65.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACB457 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 87 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.29 |
| HSL | 65.16º | 0.38% | 0.52% | - |
| HSV(B) | 65.16º | 0.52% | 0.71% | - |
| XYZ | 35.05 | 42.1 | 15.3 | - |
| YUV | 167.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 87 | 0.04 | 0 | 0.52 | 0.29 | 65.16 | 0.38 | 0.52 |
| Hex | AC | B4 | 57 | 4 | 0 | 34 | 1D | 41 | 26 | 34 |
| Octal | 254 | 264 | 127 | 4 | 0 | 64 | 35 | 101 | 46 | 64 |
| Binary | 10101100 | 10110100 | 1010111 | 100 | 0 | 110100 | 11101 | 1000001 | 100110 | 110100 |
Color Harmonies of #ACB457
Complementary color
Monochromatic Colors of #ACB457
Black with #ACB457
Text Example
Text Example
White with #ACB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB457; }
p { color: rgb(172,180,87); }
H1.HeaderClassName
{
color: #ACB457;
}
.AnyTagClassName
{
color: #ACB457;
}
</style>
background-color css
<style>
a { background-color: #ACB457; }
a { background-color: rgb(172,180,87); }
div.DivClassName
{
background-color: #ACB457;
}
.BgClassName
{
background-color: #ACB457;
}
</style>
border-color css
<style>
span { border-color: #ACB457; }
span { border-color: rgb(172,180,87); }
td.TdClassName
{
border-color: #ACB457;
}
.TagClassName
{
border-color: #ACB457;
}
</style>