Shades of Olive Green #ACB468
Tints of Olive Green #ACB468
RGB
CMYK
RGB Variations
Color information
#ACB468 (or 0xACB468) is known color: Olive Green. HEX triplet: AC, B4 and 68. RGB value is (172,180,104). Sum of RGB (Red+Green+Blue) = 172+180+104=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB468 is #534B97. Grayscale: #A9A9A9. Windows color (decimal): -5458840 or 6861996. OLE color: 6861996.
HSL color Cylindrical-coordinate representation of color #ACB468: hue angle of 66.32º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB468 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 104 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.29 |
| HSL | 66.32º | 0.34% | 0.56% | - |
| HSV(B) | 66.32º | 0.42% | 0.71% | - |
| XYZ | 35.83 | 42.41 | 19.39 | - |
| YUV | 168.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 104 | 0.04 | 0 | 0.42 | 0.29 | 66.32 | 0.34 | 0.56 |
| Hex | AC | B4 | 68 | 4 | 0 | 2A | 1D | 42 | 22 | 38 |
| Octal | 254 | 264 | 150 | 4 | 0 | 52 | 35 | 102 | 42 | 70 |
| Binary | 10101100 | 10110100 | 1101000 | 100 | 0 | 101010 | 11101 | 1000010 | 100010 | 111000 |
Color Harmonies of #ACB468
Complementary color
Monochromatic Colors of #ACB468
Black with #ACB468
Text Example
Text Example
White with #ACB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB468; }
p { color: rgb(172,180,104); }
H1.HeaderClassName
{
color: #ACB468;
}
.AnyTagClassName
{
color: #ACB468;
}
</style>
background-color css
<style>
a { background-color: #ACB468; }
a { background-color: rgb(172,180,104); }
div.DivClassName
{
background-color: #ACB468;
}
.BgClassName
{
background-color: #ACB468;
}
</style>
border-color css
<style>
span { border-color: #ACB468; }
span { border-color: rgb(172,180,104); }
td.TdClassName
{
border-color: #ACB468;
}
.TagClassName
{
border-color: #ACB468;
}
</style>