Shades of Green Spring #A7B18D
Tints of Green Spring #A7B18D
RGB
CMYK
RGB Variations
Color information
#A7B18D (or 0xA7B18D) is known color: Green Spring. HEX triplet: A7, B1 and 8D. RGB value is (167,177,141). Sum of RGB (Red+Green+Blue) = 167+177+141=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B18D is #584E72. Grayscale: #AAAAAA. Windows color (decimal): -5787251 or 9286055. OLE color: 9286055.
HSL color Cylindrical-coordinate representation of color #A7B18D: hue angle of 76.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7B18D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 141 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.31 |
| HSL | 76.67º | 0.19% | 0.62% | - |
| HSV(B) | 76.67º | 0.2% | 0.69% | - |
| XYZ | 36.47 | 41.58 | 31.3 | - |
| YUV | 169.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 141 | 0.06 | 0 | 0.20 | 0.31 | 76.67 | 0.19 | 0.62 |
| Hex | A7 | B1 | 8D | 6 | 0 | 14 | 1F | 4D | 13 | 3E |
| Octal | 247 | 261 | 215 | 6 | 0 | 24 | 37 | 115 | 23 | 76 |
| Binary | 10100111 | 10110001 | 10001101 | 110 | 0 | 10100 | 11111 | 1001101 | 10011 | 111110 |
Color Harmonies of #A7B18D
Complementary color
Monochromatic Colors of #A7B18D
Black with #A7B18D
Text Example
Text Example
White with #A7B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B18D; }
p { color: rgb(167,177,141); }
H1.HeaderClassName
{
color: #A7B18D;
}
.AnyTagClassName
{
color: #A7B18D;
}
</style>
background-color css
<style>
a { background-color: #A7B18D; }
a { background-color: rgb(167,177,141); }
div.DivClassName
{
background-color: #A7B18D;
}
.BgClassName
{
background-color: #A7B18D;
}
</style>
border-color css
<style>
span { border-color: #A7B18D; }
span { border-color: rgb(167,177,141); }
td.TdClassName
{
border-color: #A7B18D;
}
.TagClassName
{
border-color: #A7B18D;
}
</style>