Shades of Olive Green #ACB464
Tints of Olive Green #ACB464
RGB
CMYK
RGB Variations
Color information
#ACB464 (or 0xACB464) is known color: Olive Green. HEX triplet: AC, B4 and 64. RGB value is (172,180,100). Sum of RGB (Red+Green+Blue) = 172+180+100=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB464 is #534B9B. Grayscale: #A8A8A8. Windows color (decimal): -5458844 or 6599852. OLE color: 6599852.
HSL color Cylindrical-coordinate representation of color #ACB464: hue angle of 66º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB464 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 100 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.29 |
| HSL | 66º | 0.35% | 0.55% | - |
| HSV(B) | 66º | 0.44% | 0.71% | - |
| XYZ | 35.63 | 42.33 | 18.35 | - |
| YUV | 168.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 100 | 0.04 | 0 | 0.44 | 0.29 | 66 | 0.35 | 0.55 |
| Hex | AC | B4 | 64 | 4 | 0 | 2C | 1D | 42 | 23 | 37 |
| Octal | 254 | 264 | 144 | 4 | 0 | 54 | 35 | 102 | 43 | 67 |
| Binary | 10101100 | 10110100 | 1100100 | 100 | 0 | 101100 | 11101 | 1000010 | 100011 | 110111 |
Color Harmonies of #ACB464
Complementary color
Monochromatic Colors of #ACB464
Black with #ACB464
Text Example
Text Example
White with #ACB464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB464; }
p { color: rgb(172,180,100); }
H1.HeaderClassName
{
color: #ACB464;
}
.AnyTagClassName
{
color: #ACB464;
}
</style>
background-color css
<style>
a { background-color: #ACB464; }
a { background-color: rgb(172,180,100); }
div.DivClassName
{
background-color: #ACB464;
}
.BgClassName
{
background-color: #ACB464;
}
</style>
border-color css
<style>
span { border-color: #ACB464; }
span { border-color: rgb(172,180,100); }
td.TdClassName
{
border-color: #ACB464;
}
.TagClassName
{
border-color: #ACB464;
}
</style>