Shades of Olive Green #AEB36A
Tints of Olive Green #AEB36A
RGB
CMYK
RGB Variations
Color information
#AEB36A (or 0xAEB36A) is known color: Olive Green. HEX triplet: AE, B3 and 6A. RGB value is (174,179,106). Sum of RGB (Red+Green+Blue) = 174+179+106=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB36A is #514C95. Grayscale: #A9A9A9. Windows color (decimal): -5328022 or 6992814. OLE color: 6992814.
HSL color Cylindrical-coordinate representation of color #AEB36A: hue angle of 64.11º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB36A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 179 | 106 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.30 |
| HSL | 64.11º | 0.32% | 0.56% | - |
| HSV(B) | 64.11º | 0.41% | 0.7% | - |
| XYZ | 36.18 | 42.28 | 19.89 | - |
| YUV | 169.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 106 | 0.03 | 0 | 0.41 | 0.30 | 64.11 | 0.32 | 0.56 |
| Hex | AE | B3 | 6A | 3 | 0 | 29 | 1E | 40 | 20 | 38 |
| Octal | 256 | 263 | 152 | 3 | 0 | 51 | 36 | 100 | 40 | 70 |
| Binary | 10101110 | 10110011 | 1101010 | 11 | 0 | 101001 | 11110 | 1000000 | 100000 | 111000 |
Color Harmonies of #AEB36A
Complementary color
Monochromatic Colors of #AEB36A
Black with #AEB36A
Text Example
Text Example
White with #AEB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB36A; }
p { color: rgb(174,179,106); }
H1.HeaderClassName
{
color: #AEB36A;
}
.AnyTagClassName
{
color: #AEB36A;
}
</style>
background-color css
<style>
a { background-color: #AEB36A; }
a { background-color: rgb(174,179,106); }
div.DivClassName
{
background-color: #AEB36A;
}
.BgClassName
{
background-color: #AEB36A;
}
</style>
border-color css
<style>
span { border-color: #AEB36A; }
span { border-color: rgb(174,179,106); }
td.TdClassName
{
border-color: #AEB36A;
}
.TagClassName
{
border-color: #AEB36A;
}
</style>