Shades of Olive Green #A7B357
Tints of Olive Green #A7B357
RGB
CMYK
RGB Variations
Color information
#A7B357 (or 0xA7B357) is known color: Olive Green. HEX triplet: A7, B3 and 57. RGB value is (167,179,87). Sum of RGB (Red+Green+Blue) = 167+179+87=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B357 is #584CA8. Grayscale: #A5A5A5. Windows color (decimal): -5786793 or 5747623. OLE color: 5747623.
HSL color Cylindrical-coordinate representation of color #A7B357: hue angle of 67.83º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7B357 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 87 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.30 |
| HSL | 67.83º | 0.38% | 0.52% | - |
| HSV(B) | 67.83º | 0.51% | 0.7% | - |
| XYZ | 33.78 | 41.14 | 15.18 | - |
| YUV | 164.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 87 | 0.07 | 0 | 0.51 | 0.30 | 67.83 | 0.38 | 0.52 |
| Hex | A7 | B3 | 57 | 7 | 0 | 33 | 1E | 44 | 26 | 34 |
| Octal | 247 | 263 | 127 | 7 | 0 | 63 | 36 | 104 | 46 | 64 |
| Binary | 10100111 | 10110011 | 1010111 | 111 | 0 | 110011 | 11110 | 1000100 | 100110 | 110100 |
Color Harmonies of #A7B357
Complementary color
Monochromatic Colors of #A7B357
Black with #A7B357
Text Example
Text Example
White with #A7B357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B357; }
p { color: rgb(167,179,87); }
H1.HeaderClassName
{
color: #A7B357;
}
.AnyTagClassName
{
color: #A7B357;
}
</style>
background-color css
<style>
a { background-color: #A7B357; }
a { background-color: rgb(167,179,87); }
div.DivClassName
{
background-color: #A7B357;
}
.BgClassName
{
background-color: #A7B357;
}
</style>
border-color css
<style>
span { border-color: #A7B357; }
span { border-color: rgb(167,179,87); }
td.TdClassName
{
border-color: #A7B357;
}
.TagClassName
{
border-color: #A7B357;
}
</style>