Shades of Olive Green #ACB56C
Tints of Olive Green #ACB56C
RGB
CMYK
RGB Variations
Color information
#ACB56C (or 0xACB56C) is known color: Olive Green. HEX triplet: AC, B5 and 6C. RGB value is (172,181,108). Sum of RGB (Red+Green+Blue) = 172+181+108=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56C is #534A93. Grayscale: #AAAAAA. Windows color (decimal): -5458580 or 7124396. OLE color: 7124396.
HSL color Cylindrical-coordinate representation of color #ACB56C: hue angle of 67.4º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB56C is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 108 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.29 |
| HSL | 67.4º | 0.33% | 0.57% | - |
| HSV(B) | 67.4º | 0.4% | 0.71% | - |
| XYZ | 36.24 | 42.9 | 20.56 | - |
| YUV | 169.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 108 | 0.05 | 0 | 0.40 | 0.29 | 67.4 | 0.33 | 0.57 |
| Hex | AC | B5 | 6C | 5 | 0 | 28 | 1D | 43 | 21 | 39 |
| Octal | 254 | 265 | 154 | 5 | 0 | 50 | 35 | 103 | 41 | 71 |
| Binary | 10101100 | 10110101 | 1101100 | 101 | 0 | 101000 | 11101 | 1000011 | 100001 | 111001 |
Color Harmonies of #ACB56C
Complementary color
Monochromatic Colors of #ACB56C
Black with #ACB56C
Text Example
Text Example
White with #ACB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB56C; }
p { color: rgb(172,181,108); }
H1.HeaderClassName
{
color: #ACB56C;
}
.AnyTagClassName
{
color: #ACB56C;
}
</style>
background-color css
<style>
a { background-color: #ACB56C; }
a { background-color: rgb(172,181,108); }
div.DivClassName
{
background-color: #ACB56C;
}
.BgClassName
{
background-color: #ACB56C;
}
</style>
border-color css
<style>
span { border-color: #ACB56C; }
span { border-color: rgb(172,181,108); }
td.TdClassName
{
border-color: #ACB56C;
}
.TagClassName
{
border-color: #ACB56C;
}
</style>