Shades of Olive Green #A7A85B
Tints of Olive Green #A7A85B
RGB
CMYK
RGB Variations
Color information
#A7A85B (or 0xA7A85B) is known color: Olive Green. HEX triplet: A7, A8 and 5B. RGB value is (167,168,91). Sum of RGB (Red+Green+Blue) = 167+168+91=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A85B is #5857A4. Grayscale: #9F9F9F. Windows color (decimal): -5789605 or 6006951. OLE color: 6006951.
HSL color Cylindrical-coordinate representation of color #A7A85B: hue angle of 60.78º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7A85B is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 168 | 91 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.34 |
| HSL | 60.78º | 0.31% | 0.51% | - |
| HSV(B) | 60.78º | 0.46% | 0.66% | - |
| XYZ | 31.83 | 36.98 | 15.36 | - |
| YUV | 158.92 | 89.67 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 91 | 0.01 | 0 | 0.46 | 0.34 | 60.78 | 0.31 | 0.51 |
| Hex | A7 | A8 | 5B | 1 | 0 | 2E | 22 | 3D | 1F | 33 |
| Octal | 247 | 250 | 133 | 1 | 0 | 56 | 42 | 75 | 37 | 63 |
| Binary | 10100111 | 10101000 | 1011011 | 1 | 0 | 101110 | 100010 | 111101 | 11111 | 110011 |
Color Harmonies of #A7A85B
Complementary color
Monochromatic Colors of #A7A85B
Black with #A7A85B
Text Example
Text Example
White with #A7A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A85B; }
p { color: rgb(167,168,91); }
H1.HeaderClassName
{
color: #A7A85B;
}
.AnyTagClassName
{
color: #A7A85B;
}
</style>
background-color css
<style>
a { background-color: #A7A85B; }
a { background-color: rgb(167,168,91); }
div.DivClassName
{
background-color: #A7A85B;
}
.BgClassName
{
background-color: #A7A85B;
}
</style>
border-color css
<style>
span { border-color: #A7A85B; }
span { border-color: rgb(167,168,91); }
td.TdClassName
{
border-color: #A7A85B;
}
.TagClassName
{
border-color: #A7A85B;
}
</style>