Shades of Green Spring #A7B18C
Tints of Green Spring #A7B18C
RGB
CMYK
RGB Variations
Color information
#A7B18C (or 0xA7B18C) is known color: Green Spring. HEX triplet: A7, B1 and 8C. RGB value is (167,177,140). Sum of RGB (Red+Green+Blue) = 167+177+140=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B18C is #584E73. Grayscale: #A9A9A9. Windows color (decimal): -5787252 or 9220519. OLE color: 9220519.
HSL color Cylindrical-coordinate representation of color #A7B18C: hue angle of 76.22º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7B18C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 140 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.31 |
| HSL | 76.22º | 0.19% | 0.62% | - |
| HSV(B) | 76.22º | 0.21% | 0.69% | - |
| XYZ | 36.39 | 41.55 | 30.91 | - |
| YUV | 169.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 140 | 0.06 | 0 | 0.21 | 0.31 | 76.22 | 0.19 | 0.62 |
| Hex | A7 | B1 | 8C | 6 | 0 | 15 | 1F | 4C | 13 | 3E |
| Octal | 247 | 261 | 214 | 6 | 0 | 25 | 37 | 114 | 23 | 76 |
| Binary | 10100111 | 10110001 | 10001100 | 110 | 0 | 10101 | 11111 | 1001100 | 10011 | 111110 |
Color Harmonies of #A7B18C
Complementary color
Monochromatic Colors of #A7B18C
Black with #A7B18C
Text Example
Text Example
White with #A7B18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B18C; }
p { color: rgb(167,177,140); }
H1.HeaderClassName
{
color: #A7B18C;
}
.AnyTagClassName
{
color: #A7B18C;
}
</style>
background-color css
<style>
a { background-color: #A7B18C; }
a { background-color: rgb(167,177,140); }
div.DivClassName
{
background-color: #A7B18C;
}
.BgClassName
{
background-color: #A7B18C;
}
</style>
border-color css
<style>
span { border-color: #A7B18C; }
span { border-color: rgb(167,177,140); }
td.TdClassName
{
border-color: #A7B18C;
}
.TagClassName
{
border-color: #A7B18C;
}
</style>