Shades of Olive Green #ACB463
Tints of Olive Green #ACB463
RGB
CMYK
RGB Variations
Color information
#ACB463 (or 0xACB463) is known color: Olive Green. HEX triplet: AC, B4 and 63. RGB value is (172,180,99). Sum of RGB (Red+Green+Blue) = 172+180+99=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB463 is #534B9C. Grayscale: #A8A8A8. Windows color (decimal): -5458845 or 6534316. OLE color: 6534316.
HSL color Cylindrical-coordinate representation of color #ACB463: hue angle of 65.93º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACB463 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 99 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.29 |
| HSL | 65.93º | 0.35% | 0.55% | - |
| HSV(B) | 65.93º | 0.45% | 0.71% | - |
| XYZ | 35.59 | 42.31 | 18.1 | - |
| YUV | 168.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 99 | 0.04 | 0 | 0.45 | 0.29 | 65.93 | 0.35 | 0.55 |
| Hex | AC | B4 | 63 | 4 | 0 | 2D | 1D | 42 | 23 | 37 |
| Octal | 254 | 264 | 143 | 4 | 0 | 55 | 35 | 102 | 43 | 67 |
| Binary | 10101100 | 10110100 | 1100011 | 100 | 0 | 101101 | 11101 | 1000010 | 100011 | 110111 |
Color Harmonies of #ACB463
Complementary color
Monochromatic Colors of #ACB463
Black with #ACB463
Text Example
Text Example
White with #ACB463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB463; }
p { color: rgb(172,180,99); }
H1.HeaderClassName
{
color: #ACB463;
}
.AnyTagClassName
{
color: #ACB463;
}
</style>
background-color css
<style>
a { background-color: #ACB463; }
a { background-color: rgb(172,180,99); }
div.DivClassName
{
background-color: #ACB463;
}
.BgClassName
{
background-color: #ACB463;
}
</style>
border-color css
<style>
span { border-color: #ACB463; }
span { border-color: rgb(172,180,99); }
td.TdClassName
{
border-color: #ACB463;
}
.TagClassName
{
border-color: #ACB463;
}
</style>