Shades of Olive Green #ACB75B
Tints of Olive Green #ACB75B
RGB
CMYK
RGB Variations
Color information
#ACB75B (or 0xACB75B) is known color: Olive Green. HEX triplet: AC, B7 and 5B. RGB value is (172,183,91). Sum of RGB (Red+Green+Blue) = 172+183+91=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75B is #5348A4. Grayscale: #A9A9A9. Windows color (decimal): -5458085 or 6010796. OLE color: 6010796.
HSL color Cylindrical-coordinate representation of color #ACB75B: hue angle of 67.17º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACB75B is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 91 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.28 |
| HSL | 67.17º | 0.39% | 0.54% | - |
| HSV(B) | 67.17º | 0.5% | 0.72% | - |
| XYZ | 35.84 | 43.39 | 16.38 | - |
| YUV | 169.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 91 | 0.06 | 0 | 0.50 | 0.28 | 67.17 | 0.39 | 0.54 |
| Hex | AC | B7 | 5B | 6 | 0 | 32 | 1C | 43 | 27 | 36 |
| Octal | 254 | 267 | 133 | 6 | 0 | 62 | 34 | 103 | 47 | 66 |
| Binary | 10101100 | 10110111 | 1011011 | 110 | 0 | 110010 | 11100 | 1000011 | 100111 | 110110 |
Color Harmonies of #ACB75B
Complementary color
Monochromatic Colors of #ACB75B
Black with #ACB75B
Text Example
Text Example
White with #ACB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB75B; }
p { color: rgb(172,183,91); }
H1.HeaderClassName
{
color: #ACB75B;
}
.AnyTagClassName
{
color: #ACB75B;
}
</style>
background-color css
<style>
a { background-color: #ACB75B; }
a { background-color: rgb(172,183,91); }
div.DivClassName
{
background-color: #ACB75B;
}
.BgClassName
{
background-color: #ACB75B;
}
</style>
border-color css
<style>
span { border-color: #ACB75B; }
span { border-color: rgb(172,183,91); }
td.TdClassName
{
border-color: #ACB75B;
}
.TagClassName
{
border-color: #ACB75B;
}
</style>