Shades of Olive Green #ACB064
Tints of Olive Green #ACB064
RGB
CMYK
RGB Variations
Color information
#ACB064 (or 0xACB064) is known color: Olive Green. HEX triplet: AC, B0 and 64. RGB value is (172,176,100). Sum of RGB (Red+Green+Blue) = 172+176+100=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB064 is #534F9B. Grayscale: #A6A6A6. Windows color (decimal): -5459868 or 6598828. OLE color: 6598828.
HSL color Cylindrical-coordinate representation of color #ACB064: hue angle of 63.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACB064 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 100 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.31 |
| HSL | 63.16º | 0.32% | 0.54% | - |
| HSV(B) | 63.16º | 0.43% | 0.69% | - |
| XYZ | 34.84 | 40.74 | 18.08 | - |
| YUV | 166.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 100 | 0.02 | 0 | 0.43 | 0.31 | 63.16 | 0.32 | 0.54 |
| Hex | AC | B0 | 64 | 2 | 0 | 2B | 1F | 3F | 20 | 36 |
| Octal | 254 | 260 | 144 | 2 | 0 | 53 | 37 | 77 | 40 | 66 |
| Binary | 10101100 | 10110000 | 1100100 | 10 | 0 | 101011 | 11111 | 111111 | 100000 | 110110 |
Color Harmonies of #ACB064
Complementary color
Monochromatic Colors of #ACB064
Black with #ACB064
Text Example
Text Example
White with #ACB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB064; }
p { color: rgb(172,176,100); }
H1.HeaderClassName
{
color: #ACB064;
}
.AnyTagClassName
{
color: #ACB064;
}
</style>
background-color css
<style>
a { background-color: #ACB064; }
a { background-color: rgb(172,176,100); }
div.DivClassName
{
background-color: #ACB064;
}
.BgClassName
{
background-color: #ACB064;
}
</style>
border-color css
<style>
span { border-color: #ACB064; }
span { border-color: rgb(172,176,100); }
td.TdClassName
{
border-color: #ACB064;
}
.TagClassName
{
border-color: #ACB064;
}
</style>