Shades of Olive Green #ACB461
Tints of Olive Green #ACB461
RGB
CMYK
RGB Variations
Color information
#ACB461 (or 0xACB461) is known color: Olive Green. HEX triplet: AC, B4 and 61. RGB value is (172,180,97). Sum of RGB (Red+Green+Blue) = 172+180+97=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB461 is #534B9E. Grayscale: #A8A8A8. Windows color (decimal): -5458847 or 6403244. OLE color: 6403244.
HSL color Cylindrical-coordinate representation of color #ACB461: hue angle of 65.78º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB461 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 97 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.29 |
| HSL | 65.78º | 0.36% | 0.54% | - |
| HSV(B) | 65.78º | 0.46% | 0.71% | - |
| XYZ | 35.49 | 42.28 | 17.6 | - |
| YUV | 168.15 | 87.85 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 97 | 0.04 | 0 | 0.46 | 0.29 | 65.78 | 0.36 | 0.54 |
| Hex | AC | B4 | 61 | 4 | 0 | 2E | 1D | 42 | 24 | 36 |
| Octal | 254 | 264 | 141 | 4 | 0 | 56 | 35 | 102 | 44 | 66 |
| Binary | 10101100 | 10110100 | 1100001 | 100 | 0 | 101110 | 11101 | 1000010 | 100100 | 110110 |
Color Harmonies of #ACB461
Complementary color
Monochromatic Colors of #ACB461
Black with #ACB461
Text Example
Text Example
White with #ACB461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB461; }
p { color: rgb(172,180,97); }
H1.HeaderClassName
{
color: #ACB461;
}
.AnyTagClassName
{
color: #ACB461;
}
</style>
background-color css
<style>
a { background-color: #ACB461; }
a { background-color: rgb(172,180,97); }
div.DivClassName
{
background-color: #ACB461;
}
.BgClassName
{
background-color: #ACB461;
}
</style>
border-color css
<style>
span { border-color: #ACB461; }
span { border-color: rgb(172,180,97); }
td.TdClassName
{
border-color: #ACB461;
}
.TagClassName
{
border-color: #ACB461;
}
</style>