Shades of Olive Green #AEB75D
Tints of Olive Green #AEB75D
RGB
CMYK
RGB Variations
Color information
#AEB75D (or 0xAEB75D) is known color: Olive Green. HEX triplet: AE, B7 and 5D. RGB value is (174,183,93). Sum of RGB (Red+Green+Blue) = 174+183+93=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB75D is #5148A2. Grayscale: #AAAAAA. Windows color (decimal): -5327011 or 6141870. OLE color: 6141870.
HSL color Cylindrical-coordinate representation of color #AEB75D: hue angle of 66º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEB75D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 174 | 183 | 93 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.28 |
| HSL | 66º | 0.38% | 0.54% | - |
| HSV(B) | 66º | 0.49% | 0.72% | - |
| XYZ | 36.36 | 43.66 | 16.87 | - |
| YUV | 170.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 183 | 93 | 0.05 | 0 | 0.49 | 0.28 | 66 | 0.38 | 0.54 |
| Hex | AE | B7 | 5D | 5 | 0 | 31 | 1C | 42 | 26 | 36 |
| Octal | 256 | 267 | 135 | 5 | 0 | 61 | 34 | 102 | 46 | 66 |
| Binary | 10101110 | 10110111 | 1011101 | 101 | 0 | 110001 | 11100 | 1000010 | 100110 | 110110 |
Color Harmonies of #AEB75D
Complementary color
Monochromatic Colors of #AEB75D
Black with #AEB75D
Text Example
Text Example
White with #AEB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB75D; }
p { color: rgb(174,183,93); }
H1.HeaderClassName
{
color: #AEB75D;
}
.AnyTagClassName
{
color: #AEB75D;
}
</style>
background-color css
<style>
a { background-color: #AEB75D; }
a { background-color: rgb(174,183,93); }
div.DivClassName
{
background-color: #AEB75D;
}
.BgClassName
{
background-color: #AEB75D;
}
</style>
border-color css
<style>
span { border-color: #AEB75D; }
span { border-color: rgb(174,183,93); }
td.TdClassName
{
border-color: #AEB75D;
}
.TagClassName
{
border-color: #AEB75D;
}
</style>