Shades of Olive Green #ACB75F
Tints of Olive Green #ACB75F
RGB
CMYK
RGB Variations
Color information
#ACB75F (or 0xACB75F) is known color: Olive Green. HEX triplet: AC, B7 and 5F. RGB value is (172,183,95). Sum of RGB (Red+Green+Blue) = 172+183+95=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75F is #5348A0. Grayscale: #AAAAAA. Windows color (decimal): -5458081 or 6272940. OLE color: 6272940.
HSL color Cylindrical-coordinate representation of color #ACB75F: hue angle of 67.5º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACB75F is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 95 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.28 |
| HSL | 67.5º | 0.38% | 0.55% | - |
| HSV(B) | 67.5º | 0.48% | 0.72% | - |
| XYZ | 36.01 | 43.46 | 17.32 | - |
| YUV | 169.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 95 | 0.06 | 0 | 0.48 | 0.28 | 67.5 | 0.38 | 0.55 |
| Hex | AC | B7 | 5F | 6 | 0 | 30 | 1C | 44 | 26 | 37 |
| Octal | 254 | 267 | 137 | 6 | 0 | 60 | 34 | 104 | 46 | 67 |
| Binary | 10101100 | 10110111 | 1011111 | 110 | 0 | 110000 | 11100 | 1000100 | 100110 | 110111 |
Color Harmonies of #ACB75F
Complementary color
Monochromatic Colors of #ACB75F
Black with #ACB75F
Text Example
Text Example
White with #ACB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB75F; }
p { color: rgb(172,183,95); }
H1.HeaderClassName
{
color: #ACB75F;
}
.AnyTagClassName
{
color: #ACB75F;
}
</style>
background-color css
<style>
a { background-color: #ACB75F; }
a { background-color: rgb(172,183,95); }
div.DivClassName
{
background-color: #ACB75F;
}
.BgClassName
{
background-color: #ACB75F;
}
</style>
border-color css
<style>
span { border-color: #ACB75F; }
span { border-color: rgb(172,183,95); }
td.TdClassName
{
border-color: #ACB75F;
}
.TagClassName
{
border-color: #ACB75F;
}
</style>