Shades of Olive Green #ACB360
Tints of Olive Green #ACB360
RGB
CMYK
RGB Variations
Color information
#ACB360 (or 0xACB360) is known color: Olive Green. HEX triplet: AC, B3 and 60. RGB value is (172,179,96). Sum of RGB (Red+Green+Blue) = 172+179+96=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB360 is #534C9F. Grayscale: #A7A7A7. Windows color (decimal): -5459104 or 6337452. OLE color: 6337452.
HSL color Cylindrical-coordinate representation of color #ACB360: hue angle of 65.06º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB360 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 96 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.30 |
| HSL | 65.06º | 0.35% | 0.54% | - |
| HSV(B) | 65.06º | 0.46% | 0.7% | - |
| XYZ | 35.24 | 41.86 | 17.29 | - |
| YUV | 167.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 96 | 0.04 | 0 | 0.46 | 0.30 | 65.06 | 0.35 | 0.54 |
| Hex | AC | B3 | 60 | 4 | 0 | 2E | 1E | 41 | 23 | 36 |
| Octal | 254 | 263 | 140 | 4 | 0 | 56 | 36 | 101 | 43 | 66 |
| Binary | 10101100 | 10110011 | 1100000 | 100 | 0 | 101110 | 11110 | 1000001 | 100011 | 110110 |
Color Harmonies of #ACB360
Complementary color
Monochromatic Colors of #ACB360
Black with #ACB360
Text Example
Text Example
White with #ACB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB360; }
p { color: rgb(172,179,96); }
H1.HeaderClassName
{
color: #ACB360;
}
.AnyTagClassName
{
color: #ACB360;
}
</style>
background-color css
<style>
a { background-color: #ACB360; }
a { background-color: rgb(172,179,96); }
div.DivClassName
{
background-color: #ACB360;
}
.BgClassName
{
background-color: #ACB360;
}
</style>
border-color css
<style>
span { border-color: #ACB360; }
span { border-color: rgb(172,179,96); }
td.TdClassName
{
border-color: #ACB360;
}
.TagClassName
{
border-color: #ACB360;
}
</style>