Shades of Green Spring #A7B08D
Tints of Green Spring #A7B08D
RGB
CMYK
RGB Variations
Color information
#A7B08D (or 0xA7B08D) is known color: Green Spring. HEX triplet: A7, B0 and 8D. RGB value is (167,176,141). Sum of RGB (Red+Green+Blue) = 167+176+141=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B08D is #584F72. Grayscale: #A9A9A9. Windows color (decimal): -5787507 or 9285799. OLE color: 9285799.
HSL color Cylindrical-coordinate representation of color #A7B08D: hue angle of 75.43º degrees, saturation: 0.18, 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 #A7B08D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 176 | 141 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.31 |
| HSL | 75.43º | 0.18% | 0.62% | - |
| HSV(B) | 75.43º | 0.2% | 0.69% | - |
| XYZ | 36.27 | 41.19 | 31.24 | - |
| YUV | 169.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 176 | 141 | 0.05 | 0 | 0.20 | 0.31 | 75.43 | 0.18 | 0.62 |
| Hex | A7 | B0 | 8D | 5 | 0 | 14 | 1F | 4B | 12 | 3E |
| Octal | 247 | 260 | 215 | 5 | 0 | 24 | 37 | 113 | 22 | 76 |
| Binary | 10100111 | 10110000 | 10001101 | 101 | 0 | 10100 | 11111 | 1001011 | 10010 | 111110 |
Color Harmonies of #A7B08D
Complementary color
Monochromatic Colors of #A7B08D
Black with #A7B08D
Text Example
Text Example
White with #A7B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B08D; }
p { color: rgb(167,176,141); }
H1.HeaderClassName
{
color: #A7B08D;
}
.AnyTagClassName
{
color: #A7B08D;
}
</style>
background-color css
<style>
a { background-color: #A7B08D; }
a { background-color: rgb(167,176,141); }
div.DivClassName
{
background-color: #A7B08D;
}
.BgClassName
{
background-color: #A7B08D;
}
</style>
border-color css
<style>
span { border-color: #A7B08D; }
span { border-color: rgb(167,176,141); }
td.TdClassName
{
border-color: #A7B08D;
}
.TagClassName
{
border-color: #A7B08D;
}
</style>