Shades of Olive Green #ACB56B
Tints of Olive Green #ACB56B
RGB
CMYK
RGB Variations
Color information
#ACB56B (or 0xACB56B) is known color: Olive Green. HEX triplet: AC, B5 and 6B. RGB value is (172,181,107). Sum of RGB (Red+Green+Blue) = 172+181+107=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB56B is #534A94. Grayscale: #AAAAAA. Windows color (decimal): -5458581 or 7058860. OLE color: 7058860.
HSL color Cylindrical-coordinate representation of color #ACB56B: hue angle of 67.3º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACB56B is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 107 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.29 |
| HSL | 67.3º | 0.33% | 0.56% | - |
| HSV(B) | 67.3º | 0.41% | 0.71% | - |
| XYZ | 36.19 | 42.88 | 20.28 | - |
| YUV | 169.87 | 92.52 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 107 | 0.05 | 0 | 0.41 | 0.29 | 67.3 | 0.33 | 0.56 |
| Hex | AC | B5 | 6B | 5 | 0 | 29 | 1D | 43 | 21 | 38 |
| Octal | 254 | 265 | 153 | 5 | 0 | 51 | 35 | 103 | 41 | 70 |
| Binary | 10101100 | 10110101 | 1101011 | 101 | 0 | 101001 | 11101 | 1000011 | 100001 | 111000 |
Color Harmonies of #ACB56B
Complementary color
Monochromatic Colors of #ACB56B
Black with #ACB56B
Text Example
Text Example
White with #ACB56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB56B; }
p { color: rgb(172,181,107); }
H1.HeaderClassName
{
color: #ACB56B;
}
.AnyTagClassName
{
color: #ACB56B;
}
</style>
background-color css
<style>
a { background-color: #ACB56B; }
a { background-color: rgb(172,181,107); }
div.DivClassName
{
background-color: #ACB56B;
}
.BgClassName
{
background-color: #ACB56B;
}
</style>
border-color css
<style>
span { border-color: #ACB56B; }
span { border-color: rgb(172,181,107); }
td.TdClassName
{
border-color: #ACB56B;
}
.TagClassName
{
border-color: #ACB56B;
}
</style>