Shades of Olive Green #AEBA68
Tints of Olive Green #AEBA68
RGB
CMYK
RGB Variations
Color information
#AEBA68 (or 0xAEBA68) is known color: Olive Green. HEX triplet: AE, BA and 68. RGB value is (174,186,104). Sum of RGB (Red+Green+Blue) = 174+186+104=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBA68 is #514597. Grayscale: #ADADAD. Windows color (decimal): -5326232 or 6863534. OLE color: 6863534.
HSL color Cylindrical-coordinate representation of color #AEBA68: hue angle of 68.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AEBA68 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 104 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.27 |
| HSL | 68.78º | 0.37% | 0.57% | - |
| HSV(B) | 68.78º | 0.44% | 0.73% | - |
| XYZ | 37.51 | 45.12 | 19.83 | - |
| YUV | 173.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 104 | 0.06 | 0 | 0.44 | 0.27 | 68.78 | 0.37 | 0.57 |
| Hex | AE | BA | 68 | 6 | 0 | 2C | 1B | 45 | 25 | 39 |
| Octal | 256 | 272 | 150 | 6 | 0 | 54 | 33 | 105 | 45 | 71 |
| Binary | 10101110 | 10111010 | 1101000 | 110 | 0 | 101100 | 11011 | 1000101 | 100101 | 111001 |
Color Harmonies of #AEBA68
Complementary color
Monochromatic Colors of #AEBA68
Black with #AEBA68
Text Example
Text Example
White with #AEBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA68; }
p { color: rgb(174,186,104); }
H1.HeaderClassName
{
color: #AEBA68;
}
.AnyTagClassName
{
color: #AEBA68;
}
</style>
background-color css
<style>
a { background-color: #AEBA68; }
a { background-color: rgb(174,186,104); }
div.DivClassName
{
background-color: #AEBA68;
}
.BgClassName
{
background-color: #AEBA68;
}
</style>
border-color css
<style>
span { border-color: #AEBA68; }
span { border-color: rgb(174,186,104); }
td.TdClassName
{
border-color: #AEBA68;
}
.TagClassName
{
border-color: #AEBA68;
}
</style>