Shades of Olive Green #AEAC68
Tints of Olive Green #AEAC68
RGB
CMYK
RGB Variations
Color information
#AEAC68 (or 0xAEAC68) is known color: Olive Green. HEX triplet: AE, AC and 68. RGB value is (174,172,104). Sum of RGB (Red+Green+Blue) = 174+172+104=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC68 is #515397. Grayscale: #A5A5A5. Windows color (decimal): -5329816 or 6859950. OLE color: 6859950.
HSL color Cylindrical-coordinate representation of color #AEAC68: hue angle of 58.29º 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 #AEAC68 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 104 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.32 |
| HSL | 58.29º | 0.3% | 0.55% | - |
| HSV(B) | 58.29º | 0.4% | 0.68% | - |
| XYZ | 34.71 | 39.5 | 18.89 | - |
| YUV | 164.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 104 | 0 | 0.01 | 0.40 | 0.32 | 58.29 | 0.3 | 0.55 |
| Hex | AE | AC | 68 | 0 | 1 | 28 | 20 | 3A | 1E | 37 |
| Octal | 256 | 254 | 150 | 0 | 1 | 50 | 40 | 72 | 36 | 67 |
| Binary | 10101110 | 10101100 | 1101000 | 0 | 1 | 101000 | 100000 | 111010 | 11110 | 110111 |
Color Harmonies of #AEAC68
Complementary color
Monochromatic Colors of #AEAC68
Black with #AEAC68
Text Example
Text Example
White with #AEAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC68; }
p { color: rgb(174,172,104); }
H1.HeaderClassName
{
color: #AEAC68;
}
.AnyTagClassName
{
color: #AEAC68;
}
</style>
background-color css
<style>
a { background-color: #AEAC68; }
a { background-color: rgb(174,172,104); }
div.DivClassName
{
background-color: #AEAC68;
}
.BgClassName
{
background-color: #AEAC68;
}
</style>
border-color css
<style>
span { border-color: #AEAC68; }
span { border-color: rgb(174,172,104); }
td.TdClassName
{
border-color: #AEAC68;
}
.TagClassName
{
border-color: #AEAC68;
}
</style>