Shades of Olive Green #ACB564
Tints of Olive Green #ACB564
RGB
CMYK
RGB Variations
Color information
#ACB564 (or 0xACB564) is known color: Olive Green. HEX triplet: AC, B5 and 64. RGB value is (172,181,100). Sum of RGB (Red+Green+Blue) = 172+181+100=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB564 is #534A9B. Grayscale: #A9A9A9. Windows color (decimal): -5458588 or 6600108. OLE color: 6600108.
HSL color Cylindrical-coordinate representation of color #ACB564: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACB564 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 100 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.29 |
| HSL | 66.67º | 0.35% | 0.55% | - |
| HSV(B) | 66.67º | 0.45% | 0.71% | - |
| XYZ | 35.84 | 42.74 | 18.42 | - |
| YUV | 169.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 100 | 0.05 | 0 | 0.45 | 0.29 | 66.67 | 0.35 | 0.55 |
| Hex | AC | B5 | 64 | 5 | 0 | 2D | 1D | 43 | 23 | 37 |
| Octal | 254 | 265 | 144 | 5 | 0 | 55 | 35 | 103 | 43 | 67 |
| Binary | 10101100 | 10110101 | 1100100 | 101 | 0 | 101101 | 11101 | 1000011 | 100011 | 110111 |
Color Harmonies of #ACB564
Complementary color
Monochromatic Colors of #ACB564
Black with #ACB564
Text Example
Text Example
White with #ACB564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB564; }
p { color: rgb(172,181,100); }
H1.HeaderClassName
{
color: #ACB564;
}
.AnyTagClassName
{
color: #ACB564;
}
</style>
background-color css
<style>
a { background-color: #ACB564; }
a { background-color: rgb(172,181,100); }
div.DivClassName
{
background-color: #ACB564;
}
.BgClassName
{
background-color: #ACB564;
}
</style>
border-color css
<style>
span { border-color: #ACB564; }
span { border-color: rgb(172,181,100); }
td.TdClassName
{
border-color: #ACB564;
}
.TagClassName
{
border-color: #ACB564;
}
</style>