Shades of Olive Green #ACB46B
Tints of Olive Green #ACB46B
RGB
CMYK
RGB Variations
Color information
#ACB46B (or 0xACB46B) is known color: Olive Green. HEX triplet: AC, B4 and 6B. RGB value is (172,180,107). Sum of RGB (Red+Green+Blue) = 172+180+107=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB46B is #534B94. Grayscale: #A9A9A9. Windows color (decimal): -5458837 or 7058604. OLE color: 7058604.
HSL color Cylindrical-coordinate representation of color #ACB46B: hue angle of 66.58º 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 #ACB46B is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 107 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.29 |
| HSL | 66.58º | 0.33% | 0.56% | - |
| HSV(B) | 66.58º | 0.41% | 0.71% | - |
| XYZ | 35.99 | 42.47 | 20.21 | - |
| YUV | 169.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 107 | 0.04 | 0 | 0.41 | 0.29 | 66.58 | 0.33 | 0.56 |
| Hex | AC | B4 | 6B | 4 | 0 | 29 | 1D | 43 | 21 | 38 |
| Octal | 254 | 264 | 153 | 4 | 0 | 51 | 35 | 103 | 41 | 70 |
| Binary | 10101100 | 10110100 | 1101011 | 100 | 0 | 101001 | 11101 | 1000011 | 100001 | 111000 |
Color Harmonies of #ACB46B
Complementary color
Monochromatic Colors of #ACB46B
Black with #ACB46B
Text Example
Text Example
White with #ACB46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB46B; }
p { color: rgb(172,180,107); }
H1.HeaderClassName
{
color: #ACB46B;
}
.AnyTagClassName
{
color: #ACB46B;
}
</style>
background-color css
<style>
a { background-color: #ACB46B; }
a { background-color: rgb(172,180,107); }
div.DivClassName
{
background-color: #ACB46B;
}
.BgClassName
{
background-color: #ACB46B;
}
</style>
border-color css
<style>
span { border-color: #ACB46B; }
span { border-color: rgb(172,180,107); }
td.TdClassName
{
border-color: #ACB46B;
}
.TagClassName
{
border-color: #ACB46B;
}
</style>