Shades of Olive Green #ACB16C
Tints of Olive Green #ACB16C
RGB
CMYK
RGB Variations
Color information
#ACB16C (or 0xACB16C) is known color: Olive Green. HEX triplet: AC, B1 and 6C. RGB value is (172,177,108). Sum of RGB (Red+Green+Blue) = 172+177+108=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB16C is #534E93. Grayscale: #A7A7A7. Windows color (decimal): -5459604 or 7123372. OLE color: 7123372.
HSL color Cylindrical-coordinate representation of color #ACB16C: hue angle of 64.35º degrees, saturation: 0.31, 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 #ACB16C is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 108 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.31 |
| HSL | 64.35º | 0.31% | 0.56% | - |
| HSV(B) | 64.35º | 0.39% | 0.69% | - |
| XYZ | 35.44 | 41.3 | 20.29 | - |
| YUV | 167.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 108 | 0.03 | 0 | 0.39 | 0.31 | 64.35 | 0.31 | 0.56 |
| Hex | AC | B1 | 6C | 3 | 0 | 27 | 1F | 40 | 1F | 38 |
| Octal | 254 | 261 | 154 | 3 | 0 | 47 | 37 | 100 | 37 | 70 |
| Binary | 10101100 | 10110001 | 1101100 | 11 | 0 | 100111 | 11111 | 1000000 | 11111 | 111000 |
Color Harmonies of #ACB16C
Complementary color
Monochromatic Colors of #ACB16C
Black with #ACB16C
Text Example
Text Example
White with #ACB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB16C; }
p { color: rgb(172,177,108); }
H1.HeaderClassName
{
color: #ACB16C;
}
.AnyTagClassName
{
color: #ACB16C;
}
</style>
background-color css
<style>
a { background-color: #ACB16C; }
a { background-color: rgb(172,177,108); }
div.DivClassName
{
background-color: #ACB16C;
}
.BgClassName
{
background-color: #ACB16C;
}
</style>
border-color css
<style>
span { border-color: #ACB16C; }
span { border-color: rgb(172,177,108); }
td.TdClassName
{
border-color: #ACB16C;
}
.TagClassName
{
border-color: #ACB16C;
}
</style>