Shades of Olive Green #AEB869
Tints of Olive Green #AEB869
RGB
CMYK
RGB Variations
Color information
#AEB869 (or 0xAEB869) is known color: Olive Green. HEX triplet: AE, B8 and 69. RGB value is (174,184,105). Sum of RGB (Red+Green+Blue) = 174+184+105=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB869 is #514796. Grayscale: #ACACAC. Windows color (decimal): -5326743 or 6928558. OLE color: 6928558.
HSL color Cylindrical-coordinate representation of color #AEB869: hue angle of 67.59º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEB869 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 184 | 105 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.28 |
| HSL | 67.59º | 0.36% | 0.57% | - |
| HSV(B) | 67.59º | 0.43% | 0.72% | - |
| XYZ | 37.15 | 44.3 | 19.96 | - |
| YUV | 172 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 184 | 105 | 0.05 | 0 | 0.43 | 0.28 | 67.59 | 0.36 | 0.57 |
| Hex | AE | B8 | 69 | 5 | 0 | 2B | 1C | 44 | 24 | 39 |
| Octal | 256 | 270 | 151 | 5 | 0 | 53 | 34 | 104 | 44 | 71 |
| Binary | 10101110 | 10111000 | 1101001 | 101 | 0 | 101011 | 11100 | 1000100 | 100100 | 111001 |
Color Harmonies of #AEB869
Complementary color
Monochromatic Colors of #AEB869
Black with #AEB869
Text Example
Text Example
White with #AEB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB869; }
p { color: rgb(174,184,105); }
H1.HeaderClassName
{
color: #AEB869;
}
.AnyTagClassName
{
color: #AEB869;
}
</style>
background-color css
<style>
a { background-color: #AEB869; }
a { background-color: rgb(174,184,105); }
div.DivClassName
{
background-color: #AEB869;
}
.BgClassName
{
background-color: #AEB869;
}
</style>
border-color css
<style>
span { border-color: #AEB869; }
span { border-color: rgb(174,184,105); }
td.TdClassName
{
border-color: #AEB869;
}
.TagClassName
{
border-color: #AEB869;
}
</style>