Shades of Olive Green #ACAE68
Tints of Olive Green #ACAE68
RGB
CMYK
RGB Variations
Color information
#ACAE68 (or 0xACAE68) is known color: Olive Green. HEX triplet: AC, AE and 68. RGB value is (172,174,104). Sum of RGB (Red+Green+Blue) = 172+174+104=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE68 is #535197. Grayscale: #A5A5A5. Windows color (decimal): -5460376 or 6860460. OLE color: 6860460.
HSL color Cylindrical-coordinate representation of color #ACAE68: hue angle of 61.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACAE68 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 174 | 104 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.32 |
| HSL | 61.71º | 0.3% | 0.55% | - |
| HSV(B) | 61.71º | 0.4% | 0.68% | - |
| XYZ | 34.65 | 40.04 | 19 | - |
| YUV | 165.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 174 | 104 | 0.01 | 0 | 0.40 | 0.32 | 61.71 | 0.3 | 0.55 |
| Hex | AC | AE | 68 | 1 | 0 | 28 | 20 | 3E | 1E | 37 |
| Octal | 254 | 256 | 150 | 1 | 0 | 50 | 40 | 76 | 36 | 67 |
| Binary | 10101100 | 10101110 | 1101000 | 1 | 0 | 101000 | 100000 | 111110 | 11110 | 110111 |
Color Harmonies of #ACAE68
Complementary color
Monochromatic Colors of #ACAE68
Black with #ACAE68
Text Example
Text Example
White with #ACAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAE68; }
p { color: rgb(172,174,104); }
H1.HeaderClassName
{
color: #ACAE68;
}
.AnyTagClassName
{
color: #ACAE68;
}
</style>
background-color css
<style>
a { background-color: #ACAE68; }
a { background-color: rgb(172,174,104); }
div.DivClassName
{
background-color: #ACAE68;
}
.BgClassName
{
background-color: #ACAE68;
}
</style>
border-color css
<style>
span { border-color: #ACAE68; }
span { border-color: rgb(172,174,104); }
td.TdClassName
{
border-color: #ACAE68;
}
.TagClassName
{
border-color: #ACAE68;
}
</style>