Shades of Olive Green #ACB268
Tints of Olive Green #ACB268
RGB
CMYK
RGB Variations
Color information
#ACB268 (or 0xACB268) is known color: Olive Green. HEX triplet: AC, B2 and 68. RGB value is (172,178,104). Sum of RGB (Red+Green+Blue) = 172+178+104=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB268 is #534D97. Grayscale: #A8A8A8. Windows color (decimal): -5459352 or 6861484. OLE color: 6861484.
HSL color Cylindrical-coordinate representation of color #ACB268: hue angle of 64.86º degrees, saturation: 0.32, 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 #ACB268 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 104 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.30 |
| HSL | 64.86º | 0.32% | 0.55% | - |
| HSV(B) | 64.86º | 0.42% | 0.7% | - |
| XYZ | 35.43 | 41.61 | 19.26 | - |
| YUV | 167.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 104 | 0.03 | 0 | 0.42 | 0.30 | 64.86 | 0.32 | 0.55 |
| Hex | AC | B2 | 68 | 3 | 0 | 2A | 1E | 41 | 20 | 37 |
| Octal | 254 | 262 | 150 | 3 | 0 | 52 | 36 | 101 | 40 | 67 |
| Binary | 10101100 | 10110010 | 1101000 | 11 | 0 | 101010 | 11110 | 1000001 | 100000 | 110111 |
Color Harmonies of #ACB268
Complementary color
Monochromatic Colors of #ACB268
Black with #ACB268
Text Example
Text Example
White with #ACB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB268; }
p { color: rgb(172,178,104); }
H1.HeaderClassName
{
color: #ACB268;
}
.AnyTagClassName
{
color: #ACB268;
}
</style>
background-color css
<style>
a { background-color: #ACB268; }
a { background-color: rgb(172,178,104); }
div.DivClassName
{
background-color: #ACB268;
}
.BgClassName
{
background-color: #ACB268;
}
</style>
border-color css
<style>
span { border-color: #ACB268; }
span { border-color: rgb(172,178,104); }
td.TdClassName
{
border-color: #ACB268;
}
.TagClassName
{
border-color: #ACB268;
}
</style>