Shades of Green Spring #A7B18E
Tints of Green Spring #A7B18E
RGB
CMYK
RGB Variations
Color information
#A7B18E (or 0xA7B18E) is known color: Green Spring. HEX triplet: A7, B1 and 8E. RGB value is (167,177,142). Sum of RGB (Red+Green+Blue) = 167+177+142=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B18E is #584E71. Grayscale: #AAAAAA. Windows color (decimal): -5787250 or 9351591. OLE color: 9351591.
HSL color Cylindrical-coordinate representation of color #A7B18E: hue angle of 77.14º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7B18E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 142 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.31 |
| HSL | 77.14º | 0.18% | 0.63% | - |
| HSV(B) | 77.14º | 0.2% | 0.69% | - |
| XYZ | 36.54 | 41.61 | 31.7 | - |
| YUV | 170.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 142 | 0.06 | 0 | 0.20 | 0.31 | 77.14 | 0.18 | 0.63 |
| Hex | A7 | B1 | 8E | 6 | 0 | 14 | 1F | 4D | 12 | 3F |
| Octal | 247 | 261 | 216 | 6 | 0 | 24 | 37 | 115 | 22 | 77 |
| Binary | 10100111 | 10110001 | 10001110 | 110 | 0 | 10100 | 11111 | 1001101 | 10010 | 111111 |
Color Harmonies of #A7B18E
Complementary color
Monochromatic Colors of #A7B18E
Black with #A7B18E
Text Example
Text Example
White with #A7B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B18E; }
p { color: rgb(167,177,142); }
H1.HeaderClassName
{
color: #A7B18E;
}
.AnyTagClassName
{
color: #A7B18E;
}
</style>
background-color css
<style>
a { background-color: #A7B18E; }
a { background-color: rgb(167,177,142); }
div.DivClassName
{
background-color: #A7B18E;
}
.BgClassName
{
background-color: #A7B18E;
}
</style>
border-color css
<style>
span { border-color: #A7B18E; }
span { border-color: rgb(167,177,142); }
td.TdClassName
{
border-color: #A7B18E;
}
.TagClassName
{
border-color: #A7B18E;
}
</style>