Shades of Olive Green #A7B155
Tints of Olive Green #A7B155
RGB
CMYK
RGB Variations
Color information
#A7B155 (or 0xA7B155) is known color: Olive Green. HEX triplet: A7, B1 and 55. RGB value is (167,177,85). Sum of RGB (Red+Green+Blue) = 167+177+85=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B155 is #584EAA. Grayscale: #A3A3A3. Windows color (decimal): -5787307 or 5616039. OLE color: 5616039.
HSL color Cylindrical-coordinate representation of color #A7B155: hue angle of 66.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7B155 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 85 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.31 |
| HSL | 66.52º | 0.37% | 0.51% | - |
| HSV(B) | 66.52º | 0.52% | 0.69% | - |
| XYZ | 33.3 | 40.32 | 14.62 | - |
| YUV | 163.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 85 | 0.06 | 0 | 0.52 | 0.31 | 66.52 | 0.37 | 0.51 |
| Hex | A7 | B1 | 55 | 6 | 0 | 34 | 1F | 43 | 25 | 33 |
| Octal | 247 | 261 | 125 | 6 | 0 | 64 | 37 | 103 | 45 | 63 |
| Binary | 10100111 | 10110001 | 1010101 | 110 | 0 | 110100 | 11111 | 1000011 | 100101 | 110011 |
Color Harmonies of #A7B155
Complementary color
Monochromatic Colors of #A7B155
Black with #A7B155
Text Example
Text Example
White with #A7B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B155; }
p { color: rgb(167,177,85); }
H1.HeaderClassName
{
color: #A7B155;
}
.AnyTagClassName
{
color: #A7B155;
}
</style>
background-color css
<style>
a { background-color: #A7B155; }
a { background-color: rgb(167,177,85); }
div.DivClassName
{
background-color: #A7B155;
}
.BgClassName
{
background-color: #A7B155;
}
</style>
border-color css
<style>
span { border-color: #A7B155; }
span { border-color: rgb(167,177,85); }
td.TdClassName
{
border-color: #A7B155;
}
.TagClassName
{
border-color: #A7B155;
}
</style>