Shades of Olive Green #A8AD4D
Tints of Olive Green #A8AD4D
RGB
CMYK
RGB Variations
Color information
#A8AD4D (or 0xA8AD4D) is known color: Olive Green. HEX triplet: A8, AD and 4D. RGB value is (168,173,77). Sum of RGB (Red+Green+Blue) = 168+173+77=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD4D is #5752B2. Grayscale: #A0A0A0. Windows color (decimal): -5722803 or 5090728. OLE color: 5090728.
HSL color Cylindrical-coordinate representation of color #A8AD4D: hue angle of 63.12º 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 #A8AD4D is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 77 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.32 |
| HSL | 63.13º | 0.38% | 0.49% | - |
| HSV(B) | 63.13º | 0.55% | 0.68% | - |
| XYZ | 32.43 | 38.75 | 12.79 | - |
| YUV | 160.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 77 | 0.03 | 0 | 0.55 | 0.32 | 63.13 | 0.38 | 0.49 |
| Hex | A8 | AD | 4D | 3 | 0 | 37 | 20 | 3F | 26 | 31 |
| Octal | 250 | 255 | 115 | 3 | 0 | 67 | 40 | 77 | 46 | 61 |
| Binary | 10101000 | 10101101 | 1001101 | 11 | 0 | 110111 | 100000 | 111111 | 100110 | 110001 |
Color Harmonies of #A8AD4D
Complementary color
Monochromatic Colors of #A8AD4D
Black with #A8AD4D
Text Example
Text Example
White with #A8AD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD4D; }
p { color: rgb(168,173,77); }
H1.HeaderClassName
{
color: #A8AD4D;
}
.AnyTagClassName
{
color: #A8AD4D;
}
</style>
background-color css
<style>
a { background-color: #A8AD4D; }
a { background-color: rgb(168,173,77); }
div.DivClassName
{
background-color: #A8AD4D;
}
.BgClassName
{
background-color: #A8AD4D;
}
</style>
border-color css
<style>
span { border-color: #A8AD4D; }
span { border-color: rgb(168,173,77); }
td.TdClassName
{
border-color: #A8AD4D;
}
.TagClassName
{
border-color: #A8AD4D;
}
</style>