Shades of Olive Green #ACB66D
Tints of Olive Green #ACB66D
RGB
CMYK
RGB Variations
Color information
#ACB66D (or 0xACB66D) is known color: Olive Green. HEX triplet: AC, B6 and 6D. RGB value is (172,182,109). Sum of RGB (Red+Green+Blue) = 172+182+109=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB66D is #534992. Grayscale: #AAAAAA. Windows color (decimal): -5458323 or 7190188. OLE color: 7190188.
HSL color Cylindrical-coordinate representation of color #ACB66D: hue angle of 68.22º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB66D is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 109 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.29 |
| HSL | 68.22º | 0.33% | 0.57% | - |
| HSV(B) | 68.22º | 0.4% | 0.71% | - |
| XYZ | 36.5 | 43.33 | 20.91 | - |
| YUV | 170.69 | 93.19 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 109 | 0.05 | 0 | 0.40 | 0.29 | 68.22 | 0.33 | 0.57 |
| Hex | AC | B6 | 6D | 5 | 0 | 28 | 1D | 44 | 21 | 39 |
| Octal | 254 | 266 | 155 | 5 | 0 | 50 | 35 | 104 | 41 | 71 |
| Binary | 10101100 | 10110110 | 1101101 | 101 | 0 | 101000 | 11101 | 1000100 | 100001 | 111001 |
Color Harmonies of #ACB66D
Complementary color
Monochromatic Colors of #ACB66D
Black with #ACB66D
Text Example
Text Example
White with #ACB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB66D; }
p { color: rgb(172,182,109); }
H1.HeaderClassName
{
color: #ACB66D;
}
.AnyTagClassName
{
color: #ACB66D;
}
</style>
background-color css
<style>
a { background-color: #ACB66D; }
a { background-color: rgb(172,182,109); }
div.DivClassName
{
background-color: #ACB66D;
}
.BgClassName
{
background-color: #ACB66D;
}
</style>
border-color css
<style>
span { border-color: #ACB66D; }
span { border-color: rgb(172,182,109); }
td.TdClassName
{
border-color: #ACB66D;
}
.TagClassName
{
border-color: #ACB66D;
}
</style>