Shades of Olive Green #A8AE4D
Tints of Olive Green #A8AE4D
RGB
CMYK
RGB Variations
Color information
#A8AE4D (or 0xA8AE4D) is known color: Olive Green. HEX triplet: A8, AE and 4D. RGB value is (168,174,77). Sum of RGB (Red+Green+Blue) = 168+174+77=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE4D is #5751B2. Grayscale: #A1A1A1. Windows color (decimal): -5722547 or 5090984. OLE color: 5090984.
HSL color Cylindrical-coordinate representation of color #A8AE4D: hue angle of 63.71º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8AE4D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 77 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.32 |
| HSL | 63.71º | 0.39% | 0.49% | - |
| HSV(B) | 63.71º | 0.56% | 0.68% | - |
| XYZ | 32.62 | 39.13 | 12.86 | - |
| YUV | 161.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 77 | 0.03 | 0 | 0.56 | 0.32 | 63.71 | 0.39 | 0.49 |
| Hex | A8 | AE | 4D | 3 | 0 | 38 | 20 | 40 | 27 | 31 |
| Octal | 250 | 256 | 115 | 3 | 0 | 70 | 40 | 100 | 47 | 61 |
| Binary | 10101000 | 10101110 | 1001101 | 11 | 0 | 111000 | 100000 | 1000000 | 100111 | 110001 |
Color Harmonies of #A8AE4D
Complementary color
Monochromatic Colors of #A8AE4D
Black with #A8AE4D
Text Example
Text Example
White with #A8AE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE4D; }
p { color: rgb(168,174,77); }
H1.HeaderClassName
{
color: #A8AE4D;
}
.AnyTagClassName
{
color: #A8AE4D;
}
</style>
background-color css
<style>
a { background-color: #A8AE4D; }
a { background-color: rgb(168,174,77); }
div.DivClassName
{
background-color: #A8AE4D;
}
.BgClassName
{
background-color: #A8AE4D;
}
</style>
border-color css
<style>
span { border-color: #A8AE4D; }
span { border-color: rgb(168,174,77); }
td.TdClassName
{
border-color: #A8AE4D;
}
.TagClassName
{
border-color: #A8AE4D;
}
</style>