Shades of Olive Green #A7A758
Tints of Olive Green #A7A758
RGB
CMYK
RGB Variations
Color information
#A7A758 (or 0xA7A758) is known color: Olive Green. HEX triplet: A7, A7 and 58. RGB value is (167,167,88). Sum of RGB (Red+Green+Blue) = 167+167+88=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 167 - color contains mainly: red, green. Hex color #A7A758 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A758 is #5858A7. Grayscale: #9E9E9E. Windows color (decimal): -5789864 or 5810087. OLE color: 5810087.
HSL color Cylindrical-coordinate representation of color #A7A758: hue angle of 60º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7A758 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 167 | 88 | - |
| CMYK | 0 | 0 | 0.47 | 0.35 |
| HSL | 60º | 0.31% | 0.5% | - |
| HSV(B) | 60º | 0.47% | 0.65% | - |
| XYZ | 31.52 | 36.56 | 14.63 | - |
| YUV | 157.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 167 | 88 | 0 | 0 | 0.47 | 0.35 | 60 | 0.31 | 0.5 |
| Hex | A7 | A7 | 58 | 0 | 0 | 2F | 23 | 3C | 1F | 32 |
| Octal | 247 | 247 | 130 | 0 | 0 | 57 | 43 | 74 | 37 | 62 |
| Binary | 10100111 | 10100111 | 1011000 | 0 | 0 | 101111 | 100011 | 111100 | 11111 | 110010 |
Color Harmonies of #A7A758
Complementary color
Monochromatic Colors of #A7A758
Black with #A7A758
Text Example
Text Example
White with #A7A758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A758; }
p { color: rgb(167,167,88); }
H1.HeaderClassName
{
color: #A7A758;
}
.AnyTagClassName
{
color: #A7A758;
}
</style>
background-color css
<style>
a { background-color: #A7A758; }
a { background-color: rgb(167,167,88); }
div.DivClassName
{
background-color: #A7A758;
}
.BgClassName
{
background-color: #A7A758;
}
</style>
border-color css
<style>
span { border-color: #A7A758; }
span { border-color: rgb(167,167,88); }
td.TdClassName
{
border-color: #A7A758;
}
.TagClassName
{
border-color: #A7A758;
}
</style>