Shades of Green Spring #A7B093
Tints of Green Spring #A7B093
RGB
CMYK
RGB Variations
Color information
#A7B093 (or 0xA7B093) is known color: Green Spring. HEX triplet: A7, B0 and 93. RGB value is (167,176,147). Sum of RGB (Red+Green+Blue) = 167+176+147=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B093 is #584F6C. Grayscale: #AAAAAA. Windows color (decimal): -5787501 or 9679015. OLE color: 9679015.
HSL color Cylindrical-coordinate representation of color #A7B093: hue angle of 78.62º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7B093 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 147 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.31 |
| HSL | 78.62º | 0.16% | 0.63% | - |
| HSV(B) | 78.62º | 0.16% | 0.69% | - |
| XYZ | 36.73 | 41.37 | 33.65 | - |
| YUV | 170 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 147 | 0.05 | 0 | 0.16 | 0.31 | 78.62 | 0.16 | 0.63 |
| Hex | A7 | B0 | 93 | 5 | 0 | 10 | 1F | 4F | 10 | 3F |
| Octal | 247 | 260 | 223 | 5 | 0 | 20 | 37 | 117 | 20 | 77 |
| Binary | 10100111 | 10110000 | 10010011 | 101 | 0 | 10000 | 11111 | 1001111 | 10000 | 111111 |
Color Harmonies of #A7B093
Complementary color
Monochromatic Colors of #A7B093
Black with #A7B093
Text Example
Text Example
White with #A7B093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B093; }
p { color: rgb(167,176,147); }
H1.HeaderClassName
{
color: #A7B093;
}
.AnyTagClassName
{
color: #A7B093;
}
</style>
background-color css
<style>
a { background-color: #A7B093; }
a { background-color: rgb(167,176,147); }
div.DivClassName
{
background-color: #A7B093;
}
.BgClassName
{
background-color: #A7B093;
}
</style>
border-color css
<style>
span { border-color: #A7B093; }
span { border-color: rgb(167,176,147); }
td.TdClassName
{
border-color: #A7B093;
}
.TagClassName
{
border-color: #A7B093;
}
</style>