Shades of Olive Green #A8AD4E
Tints of Olive Green #A8AD4E
RGB
CMYK
RGB Variations
Color information
#A8AD4E (or 0xA8AD4E) is known color: Olive Green. HEX triplet: A8, AD and 4E. RGB value is (168,173,78). Sum of RGB (Red+Green+Blue) = 168+173+78=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD4E is #5752B1. Grayscale: #A1A1A1. Windows color (decimal): -5722802 or 5156264. OLE color: 5156264.
HSL color Cylindrical-coordinate representation of color #A8AD4E: hue angle of 63.16º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8AD4E is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 78 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.32 |
| HSL | 63.16º | 0.38% | 0.49% | - |
| HSV(B) | 63.16º | 0.55% | 0.68% | - |
| XYZ | 32.47 | 38.76 | 12.98 | - |
| YUV | 160.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 78 | 0.03 | 0 | 0.55 | 0.32 | 63.16 | 0.38 | 0.49 |
| Hex | A8 | AD | 4E | 3 | 0 | 37 | 20 | 3F | 26 | 31 |
| Octal | 250 | 255 | 116 | 3 | 0 | 67 | 40 | 77 | 46 | 61 |
| Binary | 10101000 | 10101101 | 1001110 | 11 | 0 | 110111 | 100000 | 111111 | 100110 | 110001 |
Color Harmonies of #A8AD4E
Complementary color
Monochromatic Colors of #A8AD4E
Black with #A8AD4E
Text Example
Text Example
White with #A8AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD4E; }
p { color: rgb(168,173,78); }
H1.HeaderClassName
{
color: #A8AD4E;
}
.AnyTagClassName
{
color: #A8AD4E;
}
</style>
background-color css
<style>
a { background-color: #A8AD4E; }
a { background-color: rgb(168,173,78); }
div.DivClassName
{
background-color: #A8AD4E;
}
.BgClassName
{
background-color: #A8AD4E;
}
</style>
border-color css
<style>
span { border-color: #A8AD4E; }
span { border-color: rgb(168,173,78); }
td.TdClassName
{
border-color: #A8AD4E;
}
.TagClassName
{
border-color: #A8AD4E;
}
</style>