Shades of Spanish Green #82907E
Tints of Spanish Green #82907E
RGB
CMYK
RGB Variations
Color information
#82907E (or 0x82907E) is known color: Spanish Green. HEX triplet: 82, 90 and 7E. RGB value is (130,144,126). Sum of RGB (Red+Green+Blue) = 130+144+126=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 144 - color contains mainly: green. Hex color #82907E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82907E is #7D6F81. Grayscale: #898989. Windows color (decimal): -8220546 or 8294530. OLE color: 8294530.
HSL color Cylindrical-coordinate representation of color #82907E: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82907E is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 126 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.44 |
| HSL | 106.67º | 0.08% | 0.53% | - |
| HSV(B) | 106.67º | 0.13% | 0.56% | - |
| XYZ | 22.95 | 26.2 | 23.59 | - |
| YUV | 137.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 126 | 0.10 | 0 | 0.12 | 0.44 | 106.67 | 0.08 | 0.53 |
| Hex | 82 | 90 | 7E | A | 0 | C | 2C | 6B | 8 | 35 |
| Octal | 202 | 220 | 176 | 12 | 0 | 14 | 54 | 153 | 10 | 65 |
| Binary | 10000010 | 10010000 | 1111110 | 1010 | 0 | 1100 | 101100 | 1101011 | 1000 | 110101 |
Color Harmonies of #82907E
Complementary color
Monochromatic Colors of #82907E
Black with #82907E
Text Example
Text Example
White with #82907E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82907E; }
p { color: rgb(130,144,126); }
H1.HeaderClassName
{
color: #82907E;
}
.AnyTagClassName
{
color: #82907E;
}
</style>
background-color css
<style>
a { background-color: #82907E; }
a { background-color: rgb(130,144,126); }
div.DivClassName
{
background-color: #82907E;
}
.BgClassName
{
background-color: #82907E;
}
</style>
border-color css
<style>
span { border-color: #82907E; }
span { border-color: rgb(130,144,126); }
td.TdClassName
{
border-color: #82907E;
}
.TagClassName
{
border-color: #82907E;
}
</style>