Shades of Olive Green #ACB757
Tints of Olive Green #ACB757
RGB
CMYK
RGB Variations
Color information
#ACB757 (or 0xACB757) is known color: Olive Green. HEX triplet: AC, B7 and 57. RGB value is (172,183,87). Sum of RGB (Red+Green+Blue) = 172+183+87=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB757 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB757 is #5348A8. Grayscale: #A9A9A9. Windows color (decimal): -5458089 or 5748652. OLE color: 5748652.
HSL color Cylindrical-coordinate representation of color #ACB757: hue angle of 66.87º 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 #ACB757 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 87 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.28 |
| HSL | 66.87º | 0.4% | 0.53% | - |
| HSV(B) | 66.87º | 0.52% | 0.72% | - |
| XYZ | 35.67 | 43.33 | 15.5 | - |
| YUV | 168.77 | 81.86 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 87 | 0.06 | 0 | 0.52 | 0.28 | 66.87 | 0.4 | 0.53 |
| Hex | AC | B7 | 57 | 6 | 0 | 34 | 1C | 43 | 28 | 35 |
| Octal | 254 | 267 | 127 | 6 | 0 | 64 | 34 | 103 | 50 | 65 |
| Binary | 10101100 | 10110111 | 1010111 | 110 | 0 | 110100 | 11100 | 1000011 | 101000 | 110101 |
Color Harmonies of #ACB757
Complementary color
Monochromatic Colors of #ACB757
Black with #ACB757
Text Example
Text Example
White with #ACB757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB757; }
p { color: rgb(172,183,87); }
H1.HeaderClassName
{
color: #ACB757;
}
.AnyTagClassName
{
color: #ACB757;
}
</style>
background-color css
<style>
a { background-color: #ACB757; }
a { background-color: rgb(172,183,87); }
div.DivClassName
{
background-color: #ACB757;
}
.BgClassName
{
background-color: #ACB757;
}
</style>
border-color css
<style>
span { border-color: #ACB757; }
span { border-color: rgb(172,183,87); }
td.TdClassName
{
border-color: #ACB757;
}
.TagClassName
{
border-color: #ACB757;
}
</style>