Shades of Olive Green #AEAD68
Tints of Olive Green #AEAD68
RGB
CMYK
RGB Variations
Color information
#AEAD68 (or 0xAEAD68) is known color: Olive Green. HEX triplet: AE, AD and 68. RGB value is (174,173,104). Sum of RGB (Red+Green+Blue) = 174+173+104=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD68 is #515297. Grayscale: #A5A5A5. Windows color (decimal): -5329560 or 6860206. OLE color: 6860206.
HSL color Cylindrical-coordinate representation of color #AEAD68: hue angle of 59.14º 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 #AEAD68 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 104 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.32 |
| HSL | 59.14º | 0.3% | 0.55% | - |
| HSV(B) | 59.14º | 0.4% | 0.68% | - |
| XYZ | 34.9 | 39.89 | 18.96 | - |
| YUV | 165.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 104 | 0 | 0.01 | 0.40 | 0.32 | 59.14 | 0.3 | 0.55 |
| Hex | AE | AD | 68 | 0 | 1 | 28 | 20 | 3B | 1E | 37 |
| Octal | 256 | 255 | 150 | 0 | 1 | 50 | 40 | 73 | 36 | 67 |
| Binary | 10101110 | 10101101 | 1101000 | 0 | 1 | 101000 | 100000 | 111011 | 11110 | 110111 |
Color Harmonies of #AEAD68
Complementary color
Monochromatic Colors of #AEAD68
Black with #AEAD68
Text Example
Text Example
White with #AEAD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD68; }
p { color: rgb(174,173,104); }
H1.HeaderClassName
{
color: #AEAD68;
}
.AnyTagClassName
{
color: #AEAD68;
}
</style>
background-color css
<style>
a { background-color: #AEAD68; }
a { background-color: rgb(174,173,104); }
div.DivClassName
{
background-color: #AEAD68;
}
.BgClassName
{
background-color: #AEAD68;
}
</style>
border-color css
<style>
span { border-color: #AEAD68; }
span { border-color: rgb(174,173,104); }
td.TdClassName
{
border-color: #AEAD68;
}
.TagClassName
{
border-color: #AEAD68;
}
</style>