Shades of Spanish Green #82937A
Tints of Spanish Green #82937A
RGB
CMYK
RGB Variations
Color information
#82937A (or 0x82937A) is known color: Spanish Green. HEX triplet: 82, 93 and 7A. RGB value is (130,147,122). Sum of RGB (Red+Green+Blue) = 130+147+122=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #82937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82937A is #7D6C85. Grayscale: #8B8B8B. Windows color (decimal): -8219782 or 8033154. OLE color: 8033154.
HSL color Cylindrical-coordinate representation of color #82937A: hue angle of 100.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82937A is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 122 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.42 |
| HSL | 100.8º | 0.1% | 0.53% | - |
| HSV(B) | 100.8º | 0.17% | 0.58% | - |
| XYZ | 23.15 | 27.02 | 22.41 | - |
| YUV | 139.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 122 | 0.12 | 0 | 0.17 | 0.42 | 100.8 | 0.1 | 0.53 |
| Hex | 82 | 93 | 7A | C | 0 | 11 | 2A | 65 | A | 35 |
| Octal | 202 | 223 | 172 | 14 | 0 | 21 | 52 | 145 | 12 | 65 |
| Binary | 10000010 | 10010011 | 1111010 | 1100 | 0 | 10001 | 101010 | 1100101 | 1010 | 110101 |
Color Harmonies of #82937A
Complementary color
Monochromatic Colors of #82937A
Black with #82937A
Text Example
Text Example
White with #82937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82937A; }
p { color: rgb(130,147,122); }
H1.HeaderClassName
{
color: #82937A;
}
.AnyTagClassName
{
color: #82937A;
}
</style>
background-color css
<style>
a { background-color: #82937A; }
a { background-color: rgb(130,147,122); }
div.DivClassName
{
background-color: #82937A;
}
.BgClassName
{
background-color: #82937A;
}
</style>
border-color css
<style>
span { border-color: #82937A; }
span { border-color: rgb(130,147,122); }
td.TdClassName
{
border-color: #82937A;
}
.TagClassName
{
border-color: #82937A;
}
</style>