Shades of Olive Green #AEB16A
Tints of Olive Green #AEB16A
RGB
CMYK
RGB Variations
Color information
#AEB16A (or 0xAEB16A) is known color: Olive Green. HEX triplet: AE, B1 and 6A. RGB value is (174,177,106). Sum of RGB (Red+Green+Blue) = 174+177+106=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB16A is #514E95. Grayscale: #A8A8A8. Windows color (decimal): -5328534 or 6992302. OLE color: 6992302.
HSL color Cylindrical-coordinate representation of color #AEB16A: hue angle of 62.54º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB16A is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 106 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.31 |
| HSL | 62.54º | 0.31% | 0.55% | - |
| HSV(B) | 62.54º | 0.4% | 0.69% | - |
| XYZ | 35.78 | 41.48 | 19.76 | - |
| YUV | 168.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 106 | 0.02 | 0 | 0.40 | 0.31 | 62.54 | 0.31 | 0.55 |
| Hex | AE | B1 | 6A | 2 | 0 | 28 | 1F | 3F | 1F | 37 |
| Octal | 256 | 261 | 152 | 2 | 0 | 50 | 37 | 77 | 37 | 67 |
| Binary | 10101110 | 10110001 | 1101010 | 10 | 0 | 101000 | 11111 | 111111 | 11111 | 110111 |
Color Harmonies of #AEB16A
Complementary color
Monochromatic Colors of #AEB16A
Black with #AEB16A
Text Example
Text Example
White with #AEB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB16A; }
p { color: rgb(174,177,106); }
H1.HeaderClassName
{
color: #AEB16A;
}
.AnyTagClassName
{
color: #AEB16A;
}
</style>
background-color css
<style>
a { background-color: #AEB16A; }
a { background-color: rgb(174,177,106); }
div.DivClassName
{
background-color: #AEB16A;
}
.BgClassName
{
background-color: #AEB16A;
}
</style>
border-color css
<style>
span { border-color: #AEB16A; }
span { border-color: rgb(174,177,106); }
td.TdClassName
{
border-color: #AEB16A;
}
.TagClassName
{
border-color: #AEB16A;
}
</style>