Shades of Olive Green #ACAC6B
Tints of Olive Green #ACAC6B
RGB
CMYK
RGB Variations
Color information
#ACAC6B (or 0xACAC6B) is known color: Olive Green. HEX triplet: AC, AC and 6B. RGB value is (172,172,107). Sum of RGB (Red+Green+Blue) = 172+172+107=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC6B is #535394. Grayscale: #A4A4A4. Windows color (decimal): -5460885 or 7056556. OLE color: 7056556.
HSL color Cylindrical-coordinate representation of color #ACAC6B: 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.38%. Process color model (Four color, CMYK) of #ACAC6B is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 107 | - |
CMYK | 0 | 0 | 0.38 | 0.33 |
HSL | 60º | 0.28% | 0.55% | - |
HSV(B) | 60º | 0.38% | 0.67% | - |
XYZ | 34.42 | 39.34 | 19.69 | - |
YUV | 164.59 | 95.5 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 107 | 0 | 0 | 0.38 | 0.33 | 60 | 0.28 | 0.55 |
Hex | AC | AC | 6B | 0 | 0 | 26 | 21 | 3C | 1C | 37 |
Octal | 254 | 254 | 153 | 0 | 0 | 46 | 41 | 74 | 34 | 67 |
Binary | 10101100 | 10101100 | 1101011 | 0 | 0 | 100110 | 100001 | 111100 | 11100 | 110111 |
Color Harmonies of #ACAC6B
Complementary color
Monochromatic Colors of #ACAC6B
Black with #ACAC6B
Text Example
Text Example
White with #ACAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC6B; }
p { color: rgb(172,172,107); }
H1.HeaderClassName
{
color: #ACAC6B;
}
.AnyTagClassName
{
color: #ACAC6B;
}
</style>
background-color css
<style>
a { background-color: #ACAC6B; }
a { background-color: rgb(172,172,107); }
div.DivClassName
{
background-color: #ACAC6B;
}
.BgClassName
{
background-color: #ACAC6B;
}
</style>
border-color css
<style>
span { border-color: #ACAC6B; }
span { border-color: rgb(172,172,107); }
td.TdClassName
{
border-color: #ACAC6B;
}
.TagClassName
{
border-color: #ACAC6B;
}
</style>