Shades of Olive Green #AEB168
Tints of Olive Green #AEB168
RGB
CMYK
RGB Variations
Color information
#AEB168 (or 0xAEB168) is known color: Olive Green. HEX triplet: AE, B1 and 68. RGB value is (174,177,104). Sum of RGB (Red+Green+Blue) = 174+177+104=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB168 is #514E97. Grayscale: #A8A8A8. Windows color (decimal): -5328536 or 6861230. OLE color: 6861230.
HSL color Cylindrical-coordinate representation of color #AEB168: hue angle of 62.47º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB168 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 174 | 177 | 104 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.31 |
| HSL | 62.47º | 0.32% | 0.55% | - |
| HSV(B) | 62.47º | 0.41% | 0.69% | - |
| XYZ | 35.68 | 41.44 | 19.22 | - |
| YUV | 167.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 177 | 104 | 0.02 | 0 | 0.41 | 0.31 | 62.47 | 0.32 | 0.55 |
| Hex | AE | B1 | 68 | 2 | 0 | 29 | 1F | 3E | 20 | 37 |
| Octal | 256 | 261 | 150 | 2 | 0 | 51 | 37 | 76 | 40 | 67 |
| Binary | 10101110 | 10110001 | 1101000 | 10 | 0 | 101001 | 11111 | 111110 | 100000 | 110111 |
Color Harmonies of #AEB168
Complementary color
Monochromatic Colors of #AEB168
Black with #AEB168
Text Example
Text Example
White with #AEB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEB168; }
p { color: rgb(174,177,104); }
H1.HeaderClassName
{
color: #AEB168;
}
.AnyTagClassName
{
color: #AEB168;
}
</style>
background-color css
<style>
a { background-color: #AEB168; }
a { background-color: rgb(174,177,104); }
div.DivClassName
{
background-color: #AEB168;
}
.BgClassName
{
background-color: #AEB168;
}
</style>
border-color css
<style>
span { border-color: #AEB168; }
span { border-color: rgb(174,177,104); }
td.TdClassName
{
border-color: #AEB168;
}
.TagClassName
{
border-color: #AEB168;
}
</style>