Shades of Olive Green #ACB36C
Tints of Olive Green #ACB36C
RGB
CMYK
RGB Variations
Color information
#ACB36C (or 0xACB36C) is known color: Olive Green. HEX triplet: AC, B3 and 6C. RGB value is (172,179,108). Sum of RGB (Red+Green+Blue) = 172+179+108=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB36C is #534C93. Grayscale: #A9A9A9. Windows color (decimal): -5459092 or 7123884. OLE color: 7123884.
HSL color Cylindrical-coordinate representation of color #ACB36C: hue angle of 65.92º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACB36C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 108 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.30 |
| HSL | 65.92º | 0.32% | 0.56% | - |
| HSV(B) | 65.92º | 0.4% | 0.7% | - |
| XYZ | 35.84 | 42.09 | 20.42 | - |
| YUV | 168.81 | 93.68 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 108 | 0.04 | 0 | 0.40 | 0.30 | 65.92 | 0.32 | 0.56 |
| Hex | AC | B3 | 6C | 4 | 0 | 28 | 1E | 42 | 20 | 38 |
| Octal | 254 | 263 | 154 | 4 | 0 | 50 | 36 | 102 | 40 | 70 |
| Binary | 10101100 | 10110011 | 1101100 | 100 | 0 | 101000 | 11110 | 1000010 | 100000 | 111000 |
Color Harmonies of #ACB36C
Complementary color
Monochromatic Colors of #ACB36C
Black with #ACB36C
Text Example
Text Example
White with #ACB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB36C; }
p { color: rgb(172,179,108); }
H1.HeaderClassName
{
color: #ACB36C;
}
.AnyTagClassName
{
color: #ACB36C;
}
</style>
background-color css
<style>
a { background-color: #ACB36C; }
a { background-color: rgb(172,179,108); }
div.DivClassName
{
background-color: #ACB36C;
}
.BgClassName
{
background-color: #ACB36C;
}
</style>
border-color css
<style>
span { border-color: #ACB36C; }
span { border-color: rgb(172,179,108); }
td.TdClassName
{
border-color: #ACB36C;
}
.TagClassName
{
border-color: #ACB36C;
}
</style>