Shades of Green Spring #A7B096
Tints of Green Spring #A7B096
RGB
CMYK
RGB Variations
Color information
#A7B096 (or 0xA7B096) is known color: Green Spring. HEX triplet: A7, B0 and 96. RGB value is (167,176,150). Sum of RGB (Red+Green+Blue) = 167+176+150=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B096 is #584F69. Grayscale: #AAAAAA. Windows color (decimal): -5787498 or 9875623. OLE color: 9875623.
HSL color Cylindrical-coordinate representation of color #A7B096: hue angle of 80.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7B096 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 150 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.31 |
| HSL | 80.77º | 0.14% | 0.64% | - |
| HSV(B) | 80.77º | 0.15% | 0.69% | - |
| XYZ | 36.97 | 41.47 | 34.91 | - |
| YUV | 170.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 150 | 0.05 | 0 | 0.15 | 0.31 | 80.77 | 0.14 | 0.64 |
| Hex | A7 | B0 | 96 | 5 | 0 | F | 1F | 51 | E | 40 |
| Octal | 247 | 260 | 226 | 5 | 0 | 17 | 37 | 121 | 16 | 100 |
| Binary | 10100111 | 10110000 | 10010110 | 101 | 0 | 1111 | 11111 | 1010001 | 1110 | 1000000 |
Color Harmonies of #A7B096
Complementary color
Monochromatic Colors of #A7B096
Black with #A7B096
Text Example
Text Example
White with #A7B096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B096; }
p { color: rgb(167,176,150); }
H1.HeaderClassName
{
color: #A7B096;
}
.AnyTagClassName
{
color: #A7B096;
}
</style>
background-color css
<style>
a { background-color: #A7B096; }
a { background-color: rgb(167,176,150); }
div.DivClassName
{
background-color: #A7B096;
}
.BgClassName
{
background-color: #A7B096;
}
</style>
border-color css
<style>
span { border-color: #A7B096; }
span { border-color: rgb(167,176,150); }
td.TdClassName
{
border-color: #A7B096;
}
.TagClassName
{
border-color: #A7B096;
}
</style>