Shades of Olive Green #A8AA58
Tints of Olive Green #A8AA58
RGB
CMYK
RGB Variations
Color information
#A8AA58 (or 0xA8AA58) is known color: Olive Green. HEX triplet: A8, AA and 58. RGB value is (168,170,88). Sum of RGB (Red+Green+Blue) = 168+170+88=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA58 is #5755A7. Grayscale: #A0A0A0. Windows color (decimal): -5723560 or 5810856. OLE color: 5810856.
HSL color Cylindrical-coordinate representation of color #A8AA58: hue angle of 61.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8AA58 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 88 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.33 |
| HSL | 61.46º | 0.33% | 0.51% | - |
| HSV(B) | 61.46º | 0.48% | 0.67% | - |
| XYZ | 32.28 | 37.78 | 14.82 | - |
| YUV | 160.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 88 | 0.01 | 0 | 0.48 | 0.33 | 61.46 | 0.33 | 0.51 |
| Hex | A8 | AA | 58 | 1 | 0 | 30 | 21 | 3D | 21 | 33 |
| Octal | 250 | 252 | 130 | 1 | 0 | 60 | 41 | 75 | 41 | 63 |
| Binary | 10101000 | 10101010 | 1011000 | 1 | 0 | 110000 | 100001 | 111101 | 100001 | 110011 |
Color Harmonies of #A8AA58
Complementary color
Monochromatic Colors of #A8AA58
Black with #A8AA58
Text Example
Text Example
White with #A8AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA58; }
p { color: rgb(168,170,88); }
H1.HeaderClassName
{
color: #A8AA58;
}
.AnyTagClassName
{
color: #A8AA58;
}
</style>
background-color css
<style>
a { background-color: #A8AA58; }
a { background-color: rgb(168,170,88); }
div.DivClassName
{
background-color: #A8AA58;
}
.BgClassName
{
background-color: #A8AA58;
}
</style>
border-color css
<style>
span { border-color: #A8AA58; }
span { border-color: rgb(168,170,88); }
td.TdClassName
{
border-color: #A8AA58;
}
.TagClassName
{
border-color: #A8AA58;
}
</style>