Shades of Olive Green #A8A954
Tints of Olive Green #A8A954
RGB
CMYK
RGB Variations
Color information
#A8A954 (or 0xA8A954) is known color: Olive Green. HEX triplet: A8, A9 and 54. RGB value is (168,169,84). Sum of RGB (Red+Green+Blue) = 168+169+84=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A954 is #5756AB. Grayscale: #9F9F9F. Windows color (decimal): -5723820 or 5548456. OLE color: 5548456.
HSL color Cylindrical-coordinate representation of color #A8A954: hue angle of 60.71º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8A954 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 84 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.34 |
| HSL | 60.71º | 0.34% | 0.5% | - |
| HSV(B) | 60.71º | 0.5% | 0.66% | - |
| XYZ | 31.94 | 37.34 | 13.91 | - |
| YUV | 159.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 84 | 0.01 | 0 | 0.50 | 0.34 | 60.71 | 0.34 | 0.5 |
| Hex | A8 | A9 | 54 | 1 | 0 | 32 | 22 | 3D | 22 | 32 |
| Octal | 250 | 251 | 124 | 1 | 0 | 62 | 42 | 75 | 42 | 62 |
| Binary | 10101000 | 10101001 | 1010100 | 1 | 0 | 110010 | 100010 | 111101 | 100010 | 110010 |
Color Harmonies of #A8A954
Complementary color
Monochromatic Colors of #A8A954
Black with #A8A954
Text Example
Text Example
White with #A8A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A954; }
p { color: rgb(168,169,84); }
H1.HeaderClassName
{
color: #A8A954;
}
.AnyTagClassName
{
color: #A8A954;
}
</style>
background-color css
<style>
a { background-color: #A8A954; }
a { background-color: rgb(168,169,84); }
div.DivClassName
{
background-color: #A8A954;
}
.BgClassName
{
background-color: #A8A954;
}
</style>
border-color css
<style>
span { border-color: #A8A954; }
span { border-color: rgb(168,169,84); }
td.TdClassName
{
border-color: #A8A954;
}
.TagClassName
{
border-color: #A8A954;
}
</style>