Shades of Olive Green #ACB767
Tints of Olive Green #ACB767
RGB
CMYK
RGB Variations
Color information
#ACB767 (or 0xACB767) is known color: Olive Green. HEX triplet: AC, B7 and 67. RGB value is (172,183,103). Sum of RGB (Red+Green+Blue) = 172+183+103=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB767 is #534898. Grayscale: #AAAAAA. Windows color (decimal): -5458073 or 6797228. OLE color: 6797228.
HSL color Cylindrical-coordinate representation of color #ACB767: hue angle of 68.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ACB767 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 103 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.28 |
| HSL | 68.25º | 0.36% | 0.56% | - |
| HSV(B) | 68.25º | 0.44% | 0.72% | - |
| XYZ | 36.39 | 43.62 | 19.33 | - |
| YUV | 170.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 103 | 0.06 | 0 | 0.44 | 0.28 | 68.25 | 0.36 | 0.56 |
| Hex | AC | B7 | 67 | 6 | 0 | 2C | 1C | 44 | 24 | 38 |
| Octal | 254 | 267 | 147 | 6 | 0 | 54 | 34 | 104 | 44 | 70 |
| Binary | 10101100 | 10110111 | 1100111 | 110 | 0 | 101100 | 11100 | 1000100 | 100100 | 111000 |
Color Harmonies of #ACB767
Complementary color
Monochromatic Colors of #ACB767
Black with #ACB767
Text Example
Text Example
White with #ACB767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB767; }
p { color: rgb(172,183,103); }
H1.HeaderClassName
{
color: #ACB767;
}
.AnyTagClassName
{
color: #ACB767;
}
</style>
background-color css
<style>
a { background-color: #ACB767; }
a { background-color: rgb(172,183,103); }
div.DivClassName
{
background-color: #ACB767;
}
.BgClassName
{
background-color: #ACB767;
}
</style>
border-color css
<style>
span { border-color: #ACB767; }
span { border-color: rgb(172,183,103); }
td.TdClassName
{
border-color: #ACB767;
}
.TagClassName
{
border-color: #ACB767;
}
</style>