Shades of Olive Green #AEB363
Tints of Olive Green #AEB363
RGB
CMYK
RGB Variations
Color information
#AEB363 (or 0xAEB363) is known color: Olive Green. HEX triplet: AE, B3 and 63. RGB value is (174,179,99). Sum of RGB (Red+Green+Blue) = 174+179+99=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB363 is #514C9C. Grayscale: #A8A8A8. Windows color (decimal): -5328029 or 6534062. OLE color: 6534062.
HSL color Cylindrical-coordinate representation of color #AEB363: hue angle of 63.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEB363 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 174 | 179 | 99 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.30 |
| HSL | 63.75º | 0.34% | 0.55% | - |
| HSV(B) | 63.75º | 0.45% | 0.7% | - |
| XYZ | 35.83 | 42.14 | 18.05 | - |
| YUV | 168.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 179 | 99 | 0.03 | 0 | 0.45 | 0.30 | 63.75 | 0.34 | 0.55 |
| Hex | AE | B3 | 63 | 3 | 0 | 2D | 1E | 40 | 22 | 37 |
| Octal | 256 | 263 | 143 | 3 | 0 | 55 | 36 | 100 | 42 | 67 |
| Binary | 10101110 | 10110011 | 1100011 | 11 | 0 | 101101 | 11110 | 1000000 | 100010 | 110111 |
Color Harmonies of #AEB363
Complementary color
Monochromatic Colors of #AEB363
Black with #AEB363
Text Example
Text Example
White with #AEB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB363; }
p { color: rgb(174,179,99); }
H1.HeaderClassName
{
color: #AEB363;
}
.AnyTagClassName
{
color: #AEB363;
}
</style>
background-color css
<style>
a { background-color: #AEB363; }
a { background-color: rgb(174,179,99); }
div.DivClassName
{
background-color: #AEB363;
}
.BgClassName
{
background-color: #AEB363;
}
</style>
border-color css
<style>
span { border-color: #AEB363; }
span { border-color: rgb(174,179,99); }
td.TdClassName
{
border-color: #AEB363;
}
.TagClassName
{
border-color: #AEB363;
}
</style>