Shades of Olive Green #ACB168
Tints of Olive Green #ACB168
RGB
CMYK
RGB Variations
Color information
#ACB168 (or 0xACB168) is known color: Olive Green. HEX triplet: AC, B1 and 68. RGB value is (172,177,104). Sum of RGB (Red+Green+Blue) = 172+177+104=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB168 is #534E97. Grayscale: #A7A7A7. Windows color (decimal): -5459608 or 6861228. OLE color: 6861228.
HSL color Cylindrical-coordinate representation of color #ACB168: hue angle of 64.11º 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 #ACB168 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 104 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.31 |
| HSL | 64.11º | 0.32% | 0.55% | - |
| HSV(B) | 64.11º | 0.41% | 0.69% | - |
| XYZ | 35.23 | 41.21 | 19.19 | - |
| YUV | 167.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 104 | 0.03 | 0 | 0.41 | 0.31 | 64.11 | 0.32 | 0.55 |
| Hex | AC | B1 | 68 | 3 | 0 | 29 | 1F | 40 | 20 | 37 |
| Octal | 254 | 261 | 150 | 3 | 0 | 51 | 37 | 100 | 40 | 67 |
| Binary | 10101100 | 10110001 | 1101000 | 11 | 0 | 101001 | 11111 | 1000000 | 100000 | 110111 |
Color Harmonies of #ACB168
Complementary color
Monochromatic Colors of #ACB168
Black with #ACB168
Text Example
Text Example
White with #ACB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB168; }
p { color: rgb(172,177,104); }
H1.HeaderClassName
{
color: #ACB168;
}
.AnyTagClassName
{
color: #ACB168;
}
</style>
background-color css
<style>
a { background-color: #ACB168; }
a { background-color: rgb(172,177,104); }
div.DivClassName
{
background-color: #ACB168;
}
.BgClassName
{
background-color: #ACB168;
}
</style>
border-color css
<style>
span { border-color: #ACB168; }
span { border-color: rgb(172,177,104); }
td.TdClassName
{
border-color: #ACB168;
}
.TagClassName
{
border-color: #ACB168;
}
</style>