Shades of Olive Green #ACB569
Tints of Olive Green #ACB569
RGB
CMYK
RGB Variations
Color information
#ACB569 (or 0xACB569) is known color: Olive Green. HEX triplet: AC, B5 and 69. RGB value is (172,181,105). Sum of RGB (Red+Green+Blue) = 172+181+105=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB569 is #534A96. Grayscale: #A9A9A9. Windows color (decimal): -5458583 or 6927788. OLE color: 6927788.
HSL color Cylindrical-coordinate representation of color #ACB569: hue angle of 67.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB569 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 105 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.29 |
| HSL | 67.11º | 0.34% | 0.56% | - |
| HSV(B) | 67.11º | 0.42% | 0.71% | - |
| XYZ | 36.09 | 42.84 | 19.73 | - |
| YUV | 169.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 105 | 0.05 | 0 | 0.42 | 0.29 | 67.11 | 0.34 | 0.56 |
| Hex | AC | B5 | 69 | 5 | 0 | 2A | 1D | 43 | 22 | 38 |
| Octal | 254 | 265 | 151 | 5 | 0 | 52 | 35 | 103 | 42 | 70 |
| Binary | 10101100 | 10110101 | 1101001 | 101 | 0 | 101010 | 11101 | 1000011 | 100010 | 111000 |
Color Harmonies of #ACB569
Complementary color
Monochromatic Colors of #ACB569
Black with #ACB569
Text Example
Text Example
White with #ACB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB569; }
p { color: rgb(172,181,105); }
H1.HeaderClassName
{
color: #ACB569;
}
.AnyTagClassName
{
color: #ACB569;
}
</style>
background-color css
<style>
a { background-color: #ACB569; }
a { background-color: rgb(172,181,105); }
div.DivClassName
{
background-color: #ACB569;
}
.BgClassName
{
background-color: #ACB569;
}
</style>
border-color css
<style>
span { border-color: #ACB569; }
span { border-color: rgb(172,181,105); }
td.TdClassName
{
border-color: #ACB569;
}
.TagClassName
{
border-color: #ACB569;
}
</style>