Shades of Olive Green #ACB663
Tints of Olive Green #ACB663
RGB
CMYK
RGB Variations
Color information
#ACB663 (or 0xACB663) is known color: Olive Green. HEX triplet: AC, B6 and 63. RGB value is (172,182,99). Sum of RGB (Red+Green+Blue) = 172+182+99=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB663 is #53499C. Grayscale: #A9A9A9. Windows color (decimal): -5458333 or 6534828. OLE color: 6534828.
HSL color Cylindrical-coordinate representation of color #ACB663: hue angle of 67.23º 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 #ACB663 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 99 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.29 |
| HSL | 67.23º | 0.36% | 0.55% | - |
| HSV(B) | 67.23º | 0.46% | 0.71% | - |
| XYZ | 35.99 | 43.13 | 18.23 | - |
| YUV | 169.55 | 88.19 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 99 | 0.05 | 0 | 0.46 | 0.29 | 67.23 | 0.36 | 0.55 |
| Hex | AC | B6 | 63 | 5 | 0 | 2E | 1D | 43 | 24 | 37 |
| Octal | 254 | 266 | 143 | 5 | 0 | 56 | 35 | 103 | 44 | 67 |
| Binary | 10101100 | 10110110 | 1100011 | 101 | 0 | 101110 | 11101 | 1000011 | 100100 | 110111 |
Color Harmonies of #ACB663
Complementary color
Monochromatic Colors of #ACB663
Black with #ACB663
Text Example
Text Example
White with #ACB663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB663; }
p { color: rgb(172,182,99); }
H1.HeaderClassName
{
color: #ACB663;
}
.AnyTagClassName
{
color: #ACB663;
}
</style>
background-color css
<style>
a { background-color: #ACB663; }
a { background-color: rgb(172,182,99); }
div.DivClassName
{
background-color: #ACB663;
}
.BgClassName
{
background-color: #ACB663;
}
</style>
border-color css
<style>
span { border-color: #ACB663; }
span { border-color: rgb(172,182,99); }
td.TdClassName
{
border-color: #ACB663;
}
.TagClassName
{
border-color: #ACB663;
}
</style>