Shades of Olive Green #ACAC68
Tints of Olive Green #ACAC68
RGB
CMYK
RGB Variations
Color information
#ACAC68 (or 0xACAC68) is known color: Olive Green. HEX triplet: AC, AC and 68. RGB value is (172,172,104). Sum of RGB (Red+Green+Blue) = 172+172+104=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC68 is #535397. Grayscale: #A4A4A4. Windows color (decimal): -5460888 or 6859948. OLE color: 6859948.
HSL color Cylindrical-coordinate representation of color #ACAC68: hue angle of 60º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACAC68 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 172 | 104 | - |
| CMYK | 0 | 0 | 0.40 | 0.33 |
| HSL | 60º | 0.29% | 0.54% | - |
| HSV(B) | 60º | 0.4% | 0.67% | - |
| XYZ | 34.26 | 39.28 | 18.87 | - |
| YUV | 164.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 172 | 104 | 0 | 0 | 0.40 | 0.33 | 60 | 0.29 | 0.54 |
| Hex | AC | AC | 68 | 0 | 0 | 28 | 21 | 3C | 1D | 36 |
| Octal | 254 | 254 | 150 | 0 | 0 | 50 | 41 | 74 | 35 | 66 |
| Binary | 10101100 | 10101100 | 1101000 | 0 | 0 | 101000 | 100001 | 111100 | 11101 | 110110 |
Color Harmonies of #ACAC68
Complementary color
Monochromatic Colors of #ACAC68
Black with #ACAC68
Text Example
Text Example
White with #ACAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC68; }
p { color: rgb(172,172,104); }
H1.HeaderClassName
{
color: #ACAC68;
}
.AnyTagClassName
{
color: #ACAC68;
}
</style>
background-color css
<style>
a { background-color: #ACAC68; }
a { background-color: rgb(172,172,104); }
div.DivClassName
{
background-color: #ACAC68;
}
.BgClassName
{
background-color: #ACAC68;
}
</style>
border-color css
<style>
span { border-color: #ACAC68; }
span { border-color: rgb(172,172,104); }
td.TdClassName
{
border-color: #ACAC68;
}
.TagClassName
{
border-color: #ACAC68;
}
</style>