Shades of Green Spring #A7B28D
Tints of Green Spring #A7B28D
RGB
CMYK
RGB Variations
Color information
#A7B28D (or 0xA7B28D) is known color: Green Spring. HEX triplet: A7, B2 and 8D. RGB value is (167,178,141). Sum of RGB (Red+Green+Blue) = 167+178+141=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B28D is #584D72. Grayscale: #AAAAAA. Windows color (decimal): -5786995 or 9286311. OLE color: 9286311.
HSL color Cylindrical-coordinate representation of color #A7B28D: hue angle of 77.84º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A7B28D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 141 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.30 |
| HSL | 77.84º | 0.19% | 0.63% | - |
| HSV(B) | 77.84º | 0.21% | 0.7% | - |
| XYZ | 36.66 | 41.98 | 31.37 | - |
| YUV | 170.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 141 | 0.06 | 0 | 0.21 | 0.30 | 77.84 | 0.19 | 0.63 |
| Hex | A7 | B2 | 8D | 6 | 0 | 15 | 1E | 4E | 13 | 3F |
| Octal | 247 | 262 | 215 | 6 | 0 | 25 | 36 | 116 | 23 | 77 |
| Binary | 10100111 | 10110010 | 10001101 | 110 | 0 | 10101 | 11110 | 1001110 | 10011 | 111111 |
Color Harmonies of #A7B28D
Complementary color
Monochromatic Colors of #A7B28D
Black with #A7B28D
Text Example
Text Example
White with #A7B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B28D; }
p { color: rgb(167,178,141); }
H1.HeaderClassName
{
color: #A7B28D;
}
.AnyTagClassName
{
color: #A7B28D;
}
</style>
background-color css
<style>
a { background-color: #A7B28D; }
a { background-color: rgb(167,178,141); }
div.DivClassName
{
background-color: #A7B28D;
}
.BgClassName
{
background-color: #A7B28D;
}
</style>
border-color css
<style>
span { border-color: #A7B28D; }
span { border-color: rgb(167,178,141); }
td.TdClassName
{
border-color: #A7B28D;
}
.TagClassName
{
border-color: #A7B28D;
}
</style>