Shades of Green Spring #A7B38A
Tints of Green Spring #A7B38A
RGB
CMYK
RGB Variations
Color information
#A7B38A (or 0xA7B38A) is known color: Green Spring. HEX triplet: A7, B3 and 8A. RGB value is (167,179,138). Sum of RGB (Red+Green+Blue) = 167+179+138=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B38A is #584C75. Grayscale: #AAAAAA. Windows color (decimal): -5786742 or 9089959. OLE color: 9089959.
HSL color Cylindrical-coordinate representation of color #A7B38A: hue angle of 77.56º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7B38A is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 138 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.30 |
| HSL | 77.56º | 0.21% | 0.62% | - |
| HSV(B) | 77.56º | 0.23% | 0.7% | - |
| XYZ | 36.64 | 42.29 | 30.28 | - |
| YUV | 170.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 138 | 0.07 | 0 | 0.23 | 0.30 | 77.56 | 0.21 | 0.62 |
| Hex | A7 | B3 | 8A | 7 | 0 | 17 | 1E | 4E | 15 | 3E |
| Octal | 247 | 263 | 212 | 7 | 0 | 27 | 36 | 116 | 25 | 76 |
| Binary | 10100111 | 10110011 | 10001010 | 111 | 0 | 10111 | 11110 | 1001110 | 10101 | 111110 |
Color Harmonies of #A7B38A
Complementary color
Monochromatic Colors of #A7B38A
Black with #A7B38A
Text Example
Text Example
White with #A7B38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B38A; }
p { color: rgb(167,179,138); }
H1.HeaderClassName
{
color: #A7B38A;
}
.AnyTagClassName
{
color: #A7B38A;
}
</style>
background-color css
<style>
a { background-color: #A7B38A; }
a { background-color: rgb(167,179,138); }
div.DivClassName
{
background-color: #A7B38A;
}
.BgClassName
{
background-color: #A7B38A;
}
</style>
border-color css
<style>
span { border-color: #A7B38A; }
span { border-color: rgb(167,179,138); }
td.TdClassName
{
border-color: #A7B38A;
}
.TagClassName
{
border-color: #A7B38A;
}
</style>