Shades of Olive Green #ACB76D
Tints of Olive Green #ACB76D
RGB
CMYK
RGB Variations
Color information
#ACB76D (or 0xACB76D) is known color: Olive Green. HEX triplet: AC, B7 and 6D. RGB value is (172,183,109). Sum of RGB (Red+Green+Blue) = 172+183+109=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76D is #534892. Grayscale: #ABABAB. Windows color (decimal): -5458067 or 7190444. OLE color: 7190444.
HSL color Cylindrical-coordinate representation of color #ACB76D: hue angle of 68.92º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB76D is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 109 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.28 |
| HSL | 68.92º | 0.34% | 0.57% | - |
| HSV(B) | 68.92º | 0.4% | 0.72% | - |
| XYZ | 36.71 | 43.74 | 20.98 | - |
| YUV | 171.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 109 | 0.06 | 0 | 0.40 | 0.28 | 68.92 | 0.34 | 0.57 |
| Hex | AC | B7 | 6D | 6 | 0 | 28 | 1C | 45 | 22 | 39 |
| Octal | 254 | 267 | 155 | 6 | 0 | 50 | 34 | 105 | 42 | 71 |
| Binary | 10101100 | 10110111 | 1101101 | 110 | 0 | 101000 | 11100 | 1000101 | 100010 | 111001 |
Color Harmonies of #ACB76D
Complementary color
Monochromatic Colors of #ACB76D
Black with #ACB76D
Text Example
Text Example
White with #ACB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB76D; }
p { color: rgb(172,183,109); }
H1.HeaderClassName
{
color: #ACB76D;
}
.AnyTagClassName
{
color: #ACB76D;
}
</style>
background-color css
<style>
a { background-color: #ACB76D; }
a { background-color: rgb(172,183,109); }
div.DivClassName
{
background-color: #ACB76D;
}
.BgClassName
{
background-color: #ACB76D;
}
</style>
border-color css
<style>
span { border-color: #ACB76D; }
span { border-color: rgb(172,183,109); }
td.TdClassName
{
border-color: #ACB76D;
}
.TagClassName
{
border-color: #ACB76D;
}
</style>