Shades of Green Spring #A7B195
Tints of Green Spring #A7B195
RGB
CMYK
RGB Variations
Color information
#A7B195 (or 0xA7B195) is known color: Green Spring. HEX triplet: A7, B1 and 95. RGB value is (167,177,149). Sum of RGB (Red+Green+Blue) = 167+177+149=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B195 is #584E6A. Grayscale: #AAAAAA. Windows color (decimal): -5787243 or 9810343. OLE color: 9810343.
HSL color Cylindrical-coordinate representation of color #A7B195: hue angle of 81.43º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7B195 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 149 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.31 |
| HSL | 81.43º | 0.15% | 0.64% | - |
| HSV(B) | 81.43º | 0.16% | 0.69% | - |
| XYZ | 37.08 | 41.83 | 34.55 | - |
| YUV | 170.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 149 | 0.06 | 0 | 0.16 | 0.31 | 81.43 | 0.15 | 0.64 |
| Hex | A7 | B1 | 95 | 6 | 0 | 10 | 1F | 51 | F | 40 |
| Octal | 247 | 261 | 225 | 6 | 0 | 20 | 37 | 121 | 17 | 100 |
| Binary | 10100111 | 10110001 | 10010101 | 110 | 0 | 10000 | 11111 | 1010001 | 1111 | 1000000 |
Color Harmonies of #A7B195
Complementary color
Monochromatic Colors of #A7B195
Black with #A7B195
Text Example
Text Example
White with #A7B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B195; }
p { color: rgb(167,177,149); }
H1.HeaderClassName
{
color: #A7B195;
}
.AnyTagClassName
{
color: #A7B195;
}
</style>
background-color css
<style>
a { background-color: #A7B195; }
a { background-color: rgb(167,177,149); }
div.DivClassName
{
background-color: #A7B195;
}
.BgClassName
{
background-color: #A7B195;
}
</style>
border-color css
<style>
span { border-color: #A7B195; }
span { border-color: rgb(167,177,149); }
td.TdClassName
{
border-color: #A7B195;
}
.TagClassName
{
border-color: #A7B195;
}
</style>