Shades of Olive Green #AEB066
Tints of Olive Green #AEB066
RGB
CMYK
RGB Variations
Color information
#AEB066 (or 0xAEB066) is known color: Olive Green. HEX triplet: AE, B0 and 66. RGB value is (174,176,102). Sum of RGB (Red+Green+Blue) = 174+176+102=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB066 is #514F99. Grayscale: #A7A7A7. Windows color (decimal): -5328794 or 6729902. OLE color: 6729902.
HSL color Cylindrical-coordinate representation of color #AEB066: hue angle of 61.62º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEB066 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 176 | 102 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.31 |
| HSL | 61.62º | 0.32% | 0.55% | - |
| HSV(B) | 61.62º | 0.42% | 0.69% | - |
| XYZ | 35.38 | 41.01 | 18.62 | - |
| YUV | 166.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 176 | 102 | 0.01 | 0 | 0.42 | 0.31 | 61.62 | 0.32 | 0.55 |
| Hex | AE | B0 | 66 | 1 | 0 | 2A | 1F | 3E | 20 | 37 |
| Octal | 256 | 260 | 146 | 1 | 0 | 52 | 37 | 76 | 40 | 67 |
| Binary | 10101110 | 10110000 | 1100110 | 1 | 0 | 101010 | 11111 | 111110 | 100000 | 110111 |
Color Harmonies of #AEB066
Complementary color
Monochromatic Colors of #AEB066
Black with #AEB066
Text Example
Text Example
White with #AEB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB066; }
p { color: rgb(174,176,102); }
H1.HeaderClassName
{
color: #AEB066;
}
.AnyTagClassName
{
color: #AEB066;
}
</style>
background-color css
<style>
a { background-color: #AEB066; }
a { background-color: rgb(174,176,102); }
div.DivClassName
{
background-color: #AEB066;
}
.BgClassName
{
background-color: #AEB066;
}
</style>
border-color css
<style>
span { border-color: #AEB066; }
span { border-color: rgb(174,176,102); }
td.TdClassName
{
border-color: #AEB066;
}
.TagClassName
{
border-color: #AEB066;
}
</style>