Shades of Olive Green #ACB76E
Tints of Olive Green #ACB76E
RGB
CMYK
RGB Variations
Color information
#ACB76E (or 0xACB76E) is known color: Olive Green. HEX triplet: AC, B7 and 6E. RGB value is (172,183,110). Sum of RGB (Red+Green+Blue) = 172+183+110=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76E is #534891. Grayscale: #ABABAB. Windows color (decimal): -5458066 or 7255980. OLE color: 7255980.
HSL color Cylindrical-coordinate representation of color #ACB76E: hue angle of 69.04º 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 #ACB76E is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 110 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.28 |
| HSL | 69.04º | 0.34% | 0.57% | - |
| HSV(B) | 69.04º | 0.4% | 0.72% | - |
| XYZ | 36.76 | 43.76 | 21.26 | - |
| YUV | 171.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 110 | 0.06 | 0 | 0.40 | 0.28 | 69.04 | 0.34 | 0.57 |
| Hex | AC | B7 | 6E | 6 | 0 | 28 | 1C | 45 | 22 | 39 |
| Octal | 254 | 267 | 156 | 6 | 0 | 50 | 34 | 105 | 42 | 71 |
| Binary | 10101100 | 10110111 | 1101110 | 110 | 0 | 101000 | 11100 | 1000101 | 100010 | 111001 |
Color Harmonies of #ACB76E
Complementary color
Monochromatic Colors of #ACB76E
Black with #ACB76E
Text Example
Text Example
White with #ACB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB76E; }
p { color: rgb(172,183,110); }
H1.HeaderClassName
{
color: #ACB76E;
}
.AnyTagClassName
{
color: #ACB76E;
}
</style>
background-color css
<style>
a { background-color: #ACB76E; }
a { background-color: rgb(172,183,110); }
div.DivClassName
{
background-color: #ACB76E;
}
.BgClassName
{
background-color: #ACB76E;
}
</style>
border-color css
<style>
span { border-color: #ACB76E; }
span { border-color: rgb(172,183,110); }
td.TdClassName
{
border-color: #ACB76E;
}
.TagClassName
{
border-color: #ACB76E;
}
</style>