Shades of Green Spring #A7B28E
Tints of Green Spring #A7B28E
RGB
CMYK
RGB Variations
Color information
#A7B28E (or 0xA7B28E) is known color: Green Spring. HEX triplet: A7, B2 and 8E. RGB value is (167,178,142). Sum of RGB (Red+Green+Blue) = 167+178+142=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B28E is #584D71. Grayscale: #AAAAAA. Windows color (decimal): -5786994 or 9351847. OLE color: 9351847.
HSL color Cylindrical-coordinate representation of color #A7B28E: hue angle of 78.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7B28E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 178 | 142 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.30 |
| HSL | 78.33º | 0.19% | 0.63% | - |
| HSV(B) | 78.33º | 0.2% | 0.7% | - |
| XYZ | 36.74 | 42.01 | 31.76 | - |
| YUV | 170.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 178 | 142 | 0.06 | 0 | 0.20 | 0.30 | 78.33 | 0.19 | 0.63 |
| Hex | A7 | B2 | 8E | 6 | 0 | 14 | 1E | 4E | 13 | 3F |
| Octal | 247 | 262 | 216 | 6 | 0 | 24 | 36 | 116 | 23 | 77 |
| Binary | 10100111 | 10110010 | 10001110 | 110 | 0 | 10100 | 11110 | 1001110 | 10011 | 111111 |
Color Harmonies of #A7B28E
Complementary color
Monochromatic Colors of #A7B28E
Black with #A7B28E
Text Example
Text Example
White with #A7B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B28E; }
p { color: rgb(167,178,142); }
H1.HeaderClassName
{
color: #A7B28E;
}
.AnyTagClassName
{
color: #A7B28E;
}
</style>
background-color css
<style>
a { background-color: #A7B28E; }
a { background-color: rgb(167,178,142); }
div.DivClassName
{
background-color: #A7B28E;
}
.BgClassName
{
background-color: #A7B28E;
}
</style>
border-color css
<style>
span { border-color: #A7B28E; }
span { border-color: rgb(167,178,142); }
td.TdClassName
{
border-color: #A7B28E;
}
.TagClassName
{
border-color: #A7B28E;
}
</style>