Shades of Olive Green #ACB562
Tints of Olive Green #ACB562
RGB
CMYK
RGB Variations
Color information
#ACB562 (or 0xACB562) is known color: Olive Green. HEX triplet: AC, B5 and 62. RGB value is (172,181,98). Sum of RGB (Red+Green+Blue) = 172+181+98=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB562 is #534A9D. Grayscale: #A9A9A9. Windows color (decimal): -5458590 or 6469036. OLE color: 6469036.
HSL color Cylindrical-coordinate representation of color #ACB562: hue angle of 66.51º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACB562 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 98 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.29 |
| HSL | 66.51º | 0.36% | 0.55% | - |
| HSV(B) | 66.51º | 0.46% | 0.71% | - |
| XYZ | 35.74 | 42.7 | 17.91 | - |
| YUV | 168.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 98 | 0.05 | 0 | 0.46 | 0.29 | 66.51 | 0.36 | 0.55 |
| Hex | AC | B5 | 62 | 5 | 0 | 2E | 1D | 43 | 24 | 37 |
| Octal | 254 | 265 | 142 | 5 | 0 | 56 | 35 | 103 | 44 | 67 |
| Binary | 10101100 | 10110101 | 1100010 | 101 | 0 | 101110 | 11101 | 1000011 | 100100 | 110111 |
Color Harmonies of #ACB562
Complementary color
Monochromatic Colors of #ACB562
Black with #ACB562
Text Example
Text Example
White with #ACB562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB562; }
p { color: rgb(172,181,98); }
H1.HeaderClassName
{
color: #ACB562;
}
.AnyTagClassName
{
color: #ACB562;
}
</style>
background-color css
<style>
a { background-color: #ACB562; }
a { background-color: rgb(172,181,98); }
div.DivClassName
{
background-color: #ACB562;
}
.BgClassName
{
background-color: #ACB562;
}
</style>
border-color css
<style>
span { border-color: #ACB562; }
span { border-color: rgb(172,181,98); }
td.TdClassName
{
border-color: #ACB562;
}
.TagClassName
{
border-color: #ACB562;
}
</style>