Shades of Olive Green #ACB061
Tints of Olive Green #ACB061
RGB
CMYK
RGB Variations
Color information
#ACB061 (or 0xACB061) is known color: Olive Green. HEX triplet: AC, B0 and 61. RGB value is (172,176,97). Sum of RGB (Red+Green+Blue) = 172+176+97=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 176 (69.14% from 255 or 39.55% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB061 is #534F9E. Grayscale: #A6A6A6. Windows color (decimal): -5459871 or 6402220. OLE color: 6402220.
HSL color Cylindrical-coordinate representation of color #ACB061: hue angle of 63.04º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACB061 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 97 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.31 |
| HSL | 63.04º | 0.33% | 0.54% | - |
| HSV(B) | 63.04º | 0.45% | 0.69% | - |
| XYZ | 34.7 | 40.68 | 17.33 | - |
| YUV | 165.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 97 | 0.02 | 0 | 0.45 | 0.31 | 63.04 | 0.33 | 0.54 |
| Hex | AC | B0 | 61 | 2 | 0 | 2D | 1F | 3F | 21 | 36 |
| Octal | 254 | 260 | 141 | 2 | 0 | 55 | 37 | 77 | 41 | 66 |
| Binary | 10101100 | 10110000 | 1100001 | 10 | 0 | 101101 | 11111 | 111111 | 100001 | 110110 |
Color Harmonies of #ACB061
Complementary color
Monochromatic Colors of #ACB061
Black with #ACB061
Text Example
Text Example
White with #ACB061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB061; }
p { color: rgb(172,176,97); }
H1.HeaderClassName
{
color: #ACB061;
}
.AnyTagClassName
{
color: #ACB061;
}
</style>
background-color css
<style>
a { background-color: #ACB061; }
a { background-color: rgb(172,176,97); }
div.DivClassName
{
background-color: #ACB061;
}
.BgClassName
{
background-color: #ACB061;
}
</style>
border-color css
<style>
span { border-color: #ACB061; }
span { border-color: rgb(172,176,97); }
td.TdClassName
{
border-color: #ACB061;
}
.TagClassName
{
border-color: #ACB061;
}
</style>