Shades of Olive Green #A8AD58
Tints of Olive Green #A8AD58
RGB
CMYK
RGB Variations
Color information
#A8AD58 (or 0xA8AD58) is known color: Olive Green. HEX triplet: A8, AD and 58. RGB value is (168,173,88). Sum of RGB (Red+Green+Blue) = 168+173+88=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD58 is #5752A7. Grayscale: #A2A2A2. Windows color (decimal): -5722792 or 5811624. OLE color: 5811624.
HSL color Cylindrical-coordinate representation of color #A8AD58: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8AD58 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 88 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.32 |
| HSL | 63.53º | 0.34% | 0.51% | - |
| HSV(B) | 63.53º | 0.49% | 0.68% | - |
| XYZ | 32.85 | 38.92 | 15.01 | - |
| YUV | 161.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 88 | 0.03 | 0 | 0.49 | 0.32 | 63.53 | 0.34 | 0.51 |
| Hex | A8 | AD | 58 | 3 | 0 | 31 | 20 | 40 | 22 | 33 |
| Octal | 250 | 255 | 130 | 3 | 0 | 61 | 40 | 100 | 42 | 63 |
| Binary | 10101000 | 10101101 | 1011000 | 11 | 0 | 110001 | 100000 | 1000000 | 100010 | 110011 |
Color Harmonies of #A8AD58
Complementary color
Monochromatic Colors of #A8AD58
Black with #A8AD58
Text Example
Text Example
White with #A8AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD58; }
p { color: rgb(168,173,88); }
H1.HeaderClassName
{
color: #A8AD58;
}
.AnyTagClassName
{
color: #A8AD58;
}
</style>
background-color css
<style>
a { background-color: #A8AD58; }
a { background-color: rgb(168,173,88); }
div.DivClassName
{
background-color: #A8AD58;
}
.BgClassName
{
background-color: #A8AD58;
}
</style>
border-color css
<style>
span { border-color: #A8AD58; }
span { border-color: rgb(168,173,88); }
td.TdClassName
{
border-color: #A8AD58;
}
.TagClassName
{
border-color: #A8AD58;
}
</style>