Shades of Olive Green #ACAC6C
Tints of Olive Green #ACAC6C
RGB
CMYK
RGB Variations
Color information
#ACAC6C (or 0xACAC6C) is known color: Olive Green. HEX triplet: AC, AC and 6C. RGB value is (172,172,108). Sum of RGB (Red+Green+Blue) = 172+172+108=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC6C is #535393. Grayscale: #A4A4A4. Windows color (decimal): -5460884 or 7122092. OLE color: 7122092.
HSL color Cylindrical-coordinate representation of color #ACAC6C: hue angle of 60º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACAC6C is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 108 | - |
| CMYK | 0 | 0 | 0.37 | 0.33 |
| HSL | 60º | 0.28% | 0.55% | - |
| HSV(B) | 60º | 0.37% | 0.67% | - |
| XYZ | 34.47 | 39.36 | 19.97 | - |
| YUV | 164.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 108 | 0 | 0 | 0.37 | 0.33 | 60 | 0.28 | 0.55 |
| Hex | AC | AC | 6C | 0 | 0 | 25 | 21 | 3C | 1C | 37 |
| Octal | 254 | 254 | 154 | 0 | 0 | 45 | 41 | 74 | 34 | 67 |
| Binary | 10101100 | 10101100 | 1101100 | 0 | 0 | 100101 | 100001 | 111100 | 11100 | 110111 |
Color Harmonies of #ACAC6C
Complementary color
Monochromatic Colors of #ACAC6C
Black with #ACAC6C
Text Example
Text Example
White with #ACAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC6C; }
p { color: rgb(172,172,108); }
H1.HeaderClassName
{
color: #ACAC6C;
}
.AnyTagClassName
{
color: #ACAC6C;
}
</style>
background-color css
<style>
a { background-color: #ACAC6C; }
a { background-color: rgb(172,172,108); }
div.DivClassName
{
background-color: #ACAC6C;
}
.BgClassName
{
background-color: #ACAC6C;
}
</style>
border-color css
<style>
span { border-color: #ACAC6C; }
span { border-color: rgb(172,172,108); }
td.TdClassName
{
border-color: #ACAC6C;
}
.TagClassName
{
border-color: #ACAC6C;
}
</style>