Shades of Olive Green #ACAC5D
Tints of Olive Green #ACAC5D
RGB
CMYK
RGB Variations
Color information
#ACAC5D (or 0xACAC5D) is known color: Olive Green. HEX triplet: AC, AC and 5D. RGB value is (172,172,93). Sum of RGB (Red+Green+Blue) = 172+172+93=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC5D is #5353A2. Grayscale: #A3A3A3. Windows color (decimal): -5460899 or 6139052. OLE color: 6139052.
HSL color Cylindrical-coordinate representation of color #ACAC5D: hue angle of 60º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACAC5D is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 93 | - |
| CMYK | 0 | 0 | 0.46 | 0.33 |
| HSL | 60º | 0.32% | 0.52% | - |
| HSV(B) | 60º | 0.46% | 0.67% | - |
| XYZ | 33.74 | 39.07 | 16.12 | - |
| YUV | 162.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 93 | 0 | 0 | 0.46 | 0.33 | 60 | 0.32 | 0.52 |
| Hex | AC | AC | 5D | 0 | 0 | 2E | 21 | 3C | 20 | 34 |
| Octal | 254 | 254 | 135 | 0 | 0 | 56 | 41 | 74 | 40 | 64 |
| Binary | 10101100 | 10101100 | 1011101 | 0 | 0 | 101110 | 100001 | 111100 | 100000 | 110100 |
Color Harmonies of #ACAC5D
Complementary color
Monochromatic Colors of #ACAC5D
Black with #ACAC5D
Text Example
Text Example
White with #ACAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC5D; }
p { color: rgb(172,172,93); }
H1.HeaderClassName
{
color: #ACAC5D;
}
.AnyTagClassName
{
color: #ACAC5D;
}
</style>
background-color css
<style>
a { background-color: #ACAC5D; }
a { background-color: rgb(172,172,93); }
div.DivClassName
{
background-color: #ACAC5D;
}
.BgClassName
{
background-color: #ACAC5D;
}
</style>
border-color css
<style>
span { border-color: #ACAC5D; }
span { border-color: rgb(172,172,93); }
td.TdClassName
{
border-color: #ACAC5D;
}
.TagClassName
{
border-color: #ACAC5D;
}
</style>