Shades of Olive Green #AEB75A
Tints of Olive Green #AEB75A
RGB
CMYK
RGB Variations
Color information
#AEB75A (or 0xAEB75A) is known color: Olive Green. HEX triplet: AE, B7 and 5A. RGB value is (174,183,90). Sum of RGB (Red+Green+Blue) = 174+183+90=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB75A is #5148A5. Grayscale: #AAAAAA. Windows color (decimal): -5327014 or 5945262. OLE color: 5945262.
HSL color Cylindrical-coordinate representation of color #AEB75A: hue angle of 65.81º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEB75A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 183 | 90 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.28 |
| HSL | 65.81º | 0.39% | 0.54% | - |
| HSV(B) | 65.81º | 0.51% | 0.72% | - |
| XYZ | 36.23 | 43.6 | 16.18 | - |
| YUV | 169.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 90 | 0.05 | 0 | 0.51 | 0.28 | 65.81 | 0.39 | 0.54 |
| Hex | AE | B7 | 5A | 5 | 0 | 33 | 1C | 42 | 27 | 36 |
| Octal | 256 | 267 | 132 | 5 | 0 | 63 | 34 | 102 | 47 | 66 |
| Binary | 10101110 | 10110111 | 1011010 | 101 | 0 | 110011 | 11100 | 1000010 | 100111 | 110110 |
Color Harmonies of #AEB75A
Complementary color
Monochromatic Colors of #AEB75A
Black with #AEB75A
Text Example
Text Example
White with #AEB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB75A; }
p { color: rgb(174,183,90); }
H1.HeaderClassName
{
color: #AEB75A;
}
.AnyTagClassName
{
color: #AEB75A;
}
</style>
background-color css
<style>
a { background-color: #AEB75A; }
a { background-color: rgb(174,183,90); }
div.DivClassName
{
background-color: #AEB75A;
}
.BgClassName
{
background-color: #AEB75A;
}
</style>
border-color css
<style>
span { border-color: #AEB75A; }
span { border-color: rgb(174,183,90); }
td.TdClassName
{
border-color: #AEB75A;
}
.TagClassName
{
border-color: #AEB75A;
}
</style>