Shades of Olive Green #ACB665
Tints of Olive Green #ACB665
RGB
CMYK
RGB Variations
Color information
#ACB665 (or 0xACB665) is known color: Olive Green. HEX triplet: AC, B6 and 65. RGB value is (172,182,101). Sum of RGB (Red+Green+Blue) = 172+182+101=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB665 is #53499A. Grayscale: #AAAAAA. Windows color (decimal): -5458331 or 6665900. OLE color: 6665900.
HSL color Cylindrical-coordinate representation of color #ACB665: hue angle of 67.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACB665 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 101 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.29 |
| HSL | 67.41º | 0.36% | 0.55% | - |
| HSV(B) | 67.41º | 0.45% | 0.71% | - |
| XYZ | 36.09 | 43.17 | 18.74 | - |
| YUV | 169.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 101 | 0.05 | 0 | 0.45 | 0.29 | 67.41 | 0.36 | 0.55 |
| Hex | AC | B6 | 65 | 5 | 0 | 2D | 1D | 43 | 24 | 37 |
| Octal | 254 | 266 | 145 | 5 | 0 | 55 | 35 | 103 | 44 | 67 |
| Binary | 10101100 | 10110110 | 1100101 | 101 | 0 | 101101 | 11101 | 1000011 | 100100 | 110111 |
Color Harmonies of #ACB665
Complementary color
Monochromatic Colors of #ACB665
Black with #ACB665
Text Example
Text Example
White with #ACB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB665; }
p { color: rgb(172,182,101); }
H1.HeaderClassName
{
color: #ACB665;
}
.AnyTagClassName
{
color: #ACB665;
}
</style>
background-color css
<style>
a { background-color: #ACB665; }
a { background-color: rgb(172,182,101); }
div.DivClassName
{
background-color: #ACB665;
}
.BgClassName
{
background-color: #ACB665;
}
</style>
border-color css
<style>
span { border-color: #ACB665; }
span { border-color: rgb(172,182,101); }
td.TdClassName
{
border-color: #ACB665;
}
.TagClassName
{
border-color: #ACB665;
}
</style>