Shades of Olive Green #ACB465
Tints of Olive Green #ACB465
RGB
CMYK
RGB Variations
Color information
#ACB465 (or 0xACB465) is known color: Olive Green. HEX triplet: AC, B4 and 65. RGB value is (172,180,101). Sum of RGB (Red+Green+Blue) = 172+180+101=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB465 is #534B9A. Grayscale: #A8A8A8. Windows color (decimal): -5458843 or 6665388. OLE color: 6665388.
HSL color Cylindrical-coordinate representation of color #ACB465: hue angle of 66.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB465 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 101 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.29 |
| HSL | 66.08º | 0.34% | 0.55% | - |
| HSV(B) | 66.08º | 0.44% | 0.71% | - |
| XYZ | 35.68 | 42.35 | 18.61 | - |
| YUV | 168.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 101 | 0.04 | 0 | 0.44 | 0.29 | 66.08 | 0.34 | 0.55 |
| Hex | AC | B4 | 65 | 4 | 0 | 2C | 1D | 42 | 22 | 37 |
| Octal | 254 | 264 | 145 | 4 | 0 | 54 | 35 | 102 | 42 | 67 |
| Binary | 10101100 | 10110100 | 1100101 | 100 | 0 | 101100 | 11101 | 1000010 | 100010 | 110111 |
Color Harmonies of #ACB465
Complementary color
Monochromatic Colors of #ACB465
Black with #ACB465
Text Example
Text Example
White with #ACB465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB465; }
p { color: rgb(172,180,101); }
H1.HeaderClassName
{
color: #ACB465;
}
.AnyTagClassName
{
color: #ACB465;
}
</style>
background-color css
<style>
a { background-color: #ACB465; }
a { background-color: rgb(172,180,101); }
div.DivClassName
{
background-color: #ACB465;
}
.BgClassName
{
background-color: #ACB465;
}
</style>
border-color css
<style>
span { border-color: #ACB465; }
span { border-color: rgb(172,180,101); }
td.TdClassName
{
border-color: #ACB465;
}
.TagClassName
{
border-color: #ACB465;
}
</style>