Shades of Olive Green #ACB75E
Tints of Olive Green #ACB75E
RGB
CMYK
RGB Variations
Color information
#ACB75E (or 0xACB75E) is known color: Olive Green. HEX triplet: AC, B7 and 5E. RGB value is (172,183,94). Sum of RGB (Red+Green+Blue) = 172+183+94=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75E is #5348A1. Grayscale: #A9A9A9. Windows color (decimal): -5458082 or 6207404. OLE color: 6207404.
HSL color Cylindrical-coordinate representation of color #ACB75E: hue angle of 67.42º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB75E is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 94 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.28 |
| HSL | 67.42º | 0.38% | 0.54% | - |
| HSV(B) | 67.42º | 0.49% | 0.72% | - |
| XYZ | 35.97 | 43.45 | 17.08 | - |
| YUV | 169.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 94 | 0.06 | 0 | 0.49 | 0.28 | 67.42 | 0.38 | 0.54 |
| Hex | AC | B7 | 5E | 6 | 0 | 31 | 1C | 43 | 26 | 36 |
| Octal | 254 | 267 | 136 | 6 | 0 | 61 | 34 | 103 | 46 | 66 |
| Binary | 10101100 | 10110111 | 1011110 | 110 | 0 | 110001 | 11100 | 1000011 | 100110 | 110110 |
Color Harmonies of #ACB75E
Complementary color
Monochromatic Colors of #ACB75E
Black with #ACB75E
Text Example
Text Example
White with #ACB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB75E; }
p { color: rgb(172,183,94); }
H1.HeaderClassName
{
color: #ACB75E;
}
.AnyTagClassName
{
color: #ACB75E;
}
</style>
background-color css
<style>
a { background-color: #ACB75E; }
a { background-color: rgb(172,183,94); }
div.DivClassName
{
background-color: #ACB75E;
}
.BgClassName
{
background-color: #ACB75E;
}
</style>
border-color css
<style>
span { border-color: #ACB75E; }
span { border-color: rgb(172,183,94); }
td.TdClassName
{
border-color: #ACB75E;
}
.TagClassName
{
border-color: #ACB75E;
}
</style>