Shades of Olive Green #A8AD50
Tints of Olive Green #A8AD50
RGB
CMYK
RGB Variations
Color information
#A8AD50 (or 0xA8AD50) is known color: Olive Green. HEX triplet: A8, AD and 50. RGB value is (168,173,80). Sum of RGB (Red+Green+Blue) = 168+173+80=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD50 is #5752AF. Grayscale: #A1A1A1. Windows color (decimal): -5722800 or 5287336. OLE color: 5287336.
HSL color Cylindrical-coordinate representation of color #A8AD50: hue angle of 63.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8AD50 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 80 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.32 |
| HSL | 63.23º | 0.37% | 0.5% | - |
| HSV(B) | 63.23º | 0.54% | 0.68% | - |
| XYZ | 32.54 | 38.79 | 13.36 | - |
| YUV | 160.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 80 | 0.03 | 0 | 0.54 | 0.32 | 63.23 | 0.37 | 0.5 |
| Hex | A8 | AD | 50 | 3 | 0 | 36 | 20 | 3F | 25 | 32 |
| Octal | 250 | 255 | 120 | 3 | 0 | 66 | 40 | 77 | 45 | 62 |
| Binary | 10101000 | 10101101 | 1010000 | 11 | 0 | 110110 | 100000 | 111111 | 100101 | 110010 |
Color Harmonies of #A8AD50
Complementary color
Monochromatic Colors of #A8AD50
Black with #A8AD50
Text Example
Text Example
White with #A8AD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD50; }
p { color: rgb(168,173,80); }
H1.HeaderClassName
{
color: #A8AD50;
}
.AnyTagClassName
{
color: #A8AD50;
}
</style>
background-color css
<style>
a { background-color: #A8AD50; }
a { background-color: rgb(168,173,80); }
div.DivClassName
{
background-color: #A8AD50;
}
.BgClassName
{
background-color: #A8AD50;
}
</style>
border-color css
<style>
span { border-color: #A8AD50; }
span { border-color: rgb(168,173,80); }
td.TdClassName
{
border-color: #A8AD50;
}
.TagClassName
{
border-color: #A8AD50;
}
</style>