Shades of Olive Green #AEB060
Tints of Olive Green #AEB060
RGB
CMYK
RGB Variations
Color information
#AEB060 (or 0xAEB060) is known color: Olive Green. HEX triplet: AE, B0 and 60. RGB value is (174,176,96). Sum of RGB (Red+Green+Blue) = 174+176+96=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB060 is #514F9F. Grayscale: #A6A6A6. Windows color (decimal): -5328800 or 6336686. OLE color: 6336686.
HSL color Cylindrical-coordinate representation of color #AEB060: hue angle of 61.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AEB060 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 96 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.31 |
| HSL | 61.5º | 0.34% | 0.53% | - |
| HSV(B) | 61.5º | 0.45% | 0.69% | - |
| XYZ | 35.09 | 40.89 | 17.11 | - |
| YUV | 166.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 96 | 0.01 | 0 | 0.45 | 0.31 | 61.5 | 0.34 | 0.53 |
| Hex | AE | B0 | 60 | 1 | 0 | 2D | 1F | 3E | 22 | 35 |
| Octal | 256 | 260 | 140 | 1 | 0 | 55 | 37 | 76 | 42 | 65 |
| Binary | 10101110 | 10110000 | 1100000 | 1 | 0 | 101101 | 11111 | 111110 | 100010 | 110101 |
Color Harmonies of #AEB060
Complementary color
Monochromatic Colors of #AEB060
Black with #AEB060
Text Example
Text Example
White with #AEB060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB060; }
p { color: rgb(174,176,96); }
H1.HeaderClassName
{
color: #AEB060;
}
.AnyTagClassName
{
color: #AEB060;
}
</style>
background-color css
<style>
a { background-color: #AEB060; }
a { background-color: rgb(174,176,96); }
div.DivClassName
{
background-color: #AEB060;
}
.BgClassName
{
background-color: #AEB060;
}
</style>
border-color css
<style>
span { border-color: #AEB060; }
span { border-color: rgb(174,176,96); }
td.TdClassName
{
border-color: #AEB060;
}
.TagClassName
{
border-color: #AEB060;
}
</style>