Shades of Olive Green #ACB267
Tints of Olive Green #ACB267
RGB
CMYK
RGB Variations
Color information
#ACB267 (or 0xACB267) is known color: Olive Green. HEX triplet: AC, B2 and 67. RGB value is (172,178,103). Sum of RGB (Red+Green+Blue) = 172+178+103=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB267 is #534D98. Grayscale: #A7A7A7. Windows color (decimal): -5459353 or 6795948. OLE color: 6795948.
HSL color Cylindrical-coordinate representation of color #ACB267: hue angle of 64.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB267 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 103 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.30 |
| HSL | 64.8º | 0.33% | 0.55% | - |
| HSV(B) | 64.8º | 0.42% | 0.7% | - |
| XYZ | 35.38 | 41.59 | 18.99 | - |
| YUV | 167.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 103 | 0.03 | 0 | 0.42 | 0.30 | 64.8 | 0.33 | 0.55 |
| Hex | AC | B2 | 67 | 3 | 0 | 2A | 1E | 41 | 21 | 37 |
| Octal | 254 | 262 | 147 | 3 | 0 | 52 | 36 | 101 | 41 | 67 |
| Binary | 10101100 | 10110010 | 1100111 | 11 | 0 | 101010 | 11110 | 1000001 | 100001 | 110111 |
Color Harmonies of #ACB267
Complementary color
Monochromatic Colors of #ACB267
Black with #ACB267
Text Example
Text Example
White with #ACB267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB267; }
p { color: rgb(172,178,103); }
H1.HeaderClassName
{
color: #ACB267;
}
.AnyTagClassName
{
color: #ACB267;
}
</style>
background-color css
<style>
a { background-color: #ACB267; }
a { background-color: rgb(172,178,103); }
div.DivClassName
{
background-color: #ACB267;
}
.BgClassName
{
background-color: #ACB267;
}
</style>
border-color css
<style>
span { border-color: #ACB267; }
span { border-color: rgb(172,178,103); }
td.TdClassName
{
border-color: #ACB267;
}
.TagClassName
{
border-color: #ACB267;
}
</style>