Shades of Olive Green #ACB06C
Tints of Olive Green #ACB06C
RGB
CMYK
RGB Variations
Color information
#ACB06C (or 0xACB06C) is known color: Olive Green. HEX triplet: AC, B0 and 6C. RGB value is (172,176,108). Sum of RGB (Red+Green+Blue) = 172+176+108=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB06C is #534F93. Grayscale: #A7A7A7. Windows color (decimal): -5459860 or 7123116. OLE color: 7123116.
HSL color Cylindrical-coordinate representation of color #ACB06C: hue angle of 63.53º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ACB06C is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 108 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.31 |
| HSL | 63.53º | 0.3% | 0.56% | - |
| HSV(B) | 63.53º | 0.39% | 0.69% | - |
| XYZ | 35.25 | 40.9 | 20.23 | - |
| YUV | 167.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 108 | 0.02 | 0 | 0.39 | 0.31 | 63.53 | 0.3 | 0.56 |
| Hex | AC | B0 | 6C | 2 | 0 | 27 | 1F | 40 | 1E | 38 |
| Octal | 254 | 260 | 154 | 2 | 0 | 47 | 37 | 100 | 36 | 70 |
| Binary | 10101100 | 10110000 | 1101100 | 10 | 0 | 100111 | 11111 | 1000000 | 11110 | 111000 |
Color Harmonies of #ACB06C
Complementary color
Monochromatic Colors of #ACB06C
Black with #ACB06C
Text Example
Text Example
White with #ACB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB06C; }
p { color: rgb(172,176,108); }
H1.HeaderClassName
{
color: #ACB06C;
}
.AnyTagClassName
{
color: #ACB06C;
}
</style>
background-color css
<style>
a { background-color: #ACB06C; }
a { background-color: rgb(172,176,108); }
div.DivClassName
{
background-color: #ACB06C;
}
.BgClassName
{
background-color: #ACB06C;
}
</style>
border-color css
<style>
span { border-color: #ACB06C; }
span { border-color: rgb(172,176,108); }
td.TdClassName
{
border-color: #ACB06C;
}
.TagClassName
{
border-color: #ACB06C;
}
</style>