Shades of Olive Green #ACB76B
Tints of Olive Green #ACB76B
RGB
CMYK
RGB Variations
Color information
#ACB76B (or 0xACB76B) is known color: Olive Green. HEX triplet: AC, B7 and 6B. RGB value is (172,183,107). Sum of RGB (Red+Green+Blue) = 172+183+107=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB76B is #534894. Grayscale: #ABABAB. Windows color (decimal): -5458069 or 7059372. OLE color: 7059372.
HSL color Cylindrical-coordinate representation of color #ACB76B: hue angle of 68.68º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ACB76B is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 107 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.28 |
| HSL | 68.68º | 0.35% | 0.57% | - |
| HSV(B) | 68.68º | 0.42% | 0.72% | - |
| XYZ | 36.6 | 43.7 | 20.42 | - |
| YUV | 171.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 107 | 0.06 | 0 | 0.42 | 0.28 | 68.68 | 0.35 | 0.57 |
| Hex | AC | B7 | 6B | 6 | 0 | 2A | 1C | 45 | 23 | 39 |
| Octal | 254 | 267 | 153 | 6 | 0 | 52 | 34 | 105 | 43 | 71 |
| Binary | 10101100 | 10110111 | 1101011 | 110 | 0 | 101010 | 11100 | 1000101 | 100011 | 111001 |
Color Harmonies of #ACB76B
Complementary color
Monochromatic Colors of #ACB76B
Black with #ACB76B
Text Example
Text Example
White with #ACB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB76B; }
p { color: rgb(172,183,107); }
H1.HeaderClassName
{
color: #ACB76B;
}
.AnyTagClassName
{
color: #ACB76B;
}
</style>
background-color css
<style>
a { background-color: #ACB76B; }
a { background-color: rgb(172,183,107); }
div.DivClassName
{
background-color: #ACB76B;
}
.BgClassName
{
background-color: #ACB76B;
}
</style>
border-color css
<style>
span { border-color: #ACB76B; }
span { border-color: rgb(172,183,107); }
td.TdClassName
{
border-color: #ACB76B;
}
.TagClassName
{
border-color: #ACB76B;
}
</style>