Shades of Olive Green #ACB067
Tints of Olive Green #ACB067
RGB
CMYK
RGB Variations
Color information
#ACB067 (or 0xACB067) is known color: Olive Green. HEX triplet: AC, B0 and 67. RGB value is (172,176,103). Sum of RGB (Red+Green+Blue) = 172+176+103=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB067 is #534F98. Grayscale: #A6A6A6. Windows color (decimal): -5459865 or 6795436. OLE color: 6795436.
HSL color Cylindrical-coordinate representation of color #ACB067: hue angle of 63.29º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB067 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 103 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.31 |
| HSL | 63.29º | 0.32% | 0.55% | - |
| HSV(B) | 63.29º | 0.41% | 0.69% | - |
| XYZ | 34.99 | 40.8 | 18.86 | - |
| YUV | 166.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 103 | 0.02 | 0 | 0.41 | 0.31 | 63.29 | 0.32 | 0.55 |
| Hex | AC | B0 | 67 | 2 | 0 | 29 | 1F | 3F | 20 | 37 |
| Octal | 254 | 260 | 147 | 2 | 0 | 51 | 37 | 77 | 40 | 67 |
| Binary | 10101100 | 10110000 | 1100111 | 10 | 0 | 101001 | 11111 | 111111 | 100000 | 110111 |
Color Harmonies of #ACB067
Complementary color
Monochromatic Colors of #ACB067
Black with #ACB067
Text Example
Text Example
White with #ACB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB067; }
p { color: rgb(172,176,103); }
H1.HeaderClassName
{
color: #ACB067;
}
.AnyTagClassName
{
color: #ACB067;
}
</style>
background-color css
<style>
a { background-color: #ACB067; }
a { background-color: rgb(172,176,103); }
div.DivClassName
{
background-color: #ACB067;
}
.BgClassName
{
background-color: #ACB067;
}
</style>
border-color css
<style>
span { border-color: #ACB067; }
span { border-color: rgb(172,176,103); }
td.TdClassName
{
border-color: #ACB067;
}
.TagClassName
{
border-color: #ACB067;
}
</style>