Shades of Spanish Green #828D79
Tints of Spanish Green #828D79
RGB
CMYK
RGB Variations
Color information
#828D79 (or 0x828D79) is known color: Spanish Green. HEX triplet: 82, 8D and 79. RGB value is (130,141,121). Sum of RGB (Red+Green+Blue) = 130+141+121=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #828D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D79 is #7D7286. Grayscale: #878787. Windows color (decimal): -8221319 or 7966082. OLE color: 7966082.
HSL color Cylindrical-coordinate representation of color #828D79: hue angle of 93º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828D79 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 121 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.45 |
| HSL | 93º | 0.08% | 0.51% | - |
| HSV(B) | 93º | 0.14% | 0.55% | - |
| XYZ | 22.18 | 25.18 | 21.78 | - |
| YUV | 135.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 121 | 0.08 | 0 | 0.14 | 0.45 | 93 | 0.08 | 0.51 |
| Hex | 82 | 8D | 79 | 8 | 0 | E | 2D | 5D | 8 | 33 |
| Octal | 202 | 215 | 171 | 10 | 0 | 16 | 55 | 135 | 10 | 63 |
| Binary | 10000010 | 10001101 | 1111001 | 1000 | 0 | 1110 | 101101 | 1011101 | 1000 | 110011 |
Color Harmonies of #828D79
Complementary color
Monochromatic Colors of #828D79
Black with #828D79
Text Example
Text Example
White with #828D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D79; }
p { color: rgb(130,141,121); }
H1.HeaderClassName
{
color: #828D79;
}
.AnyTagClassName
{
color: #828D79;
}
</style>
background-color css
<style>
a { background-color: #828D79; }
a { background-color: rgb(130,141,121); }
div.DivClassName
{
background-color: #828D79;
}
.BgClassName
{
background-color: #828D79;
}
</style>
border-color css
<style>
span { border-color: #828D79; }
span { border-color: rgb(130,141,121); }
td.TdClassName
{
border-color: #828D79;
}
.TagClassName
{
border-color: #828D79;
}
</style>