Shades of Spanish Green #828E79
Tints of Spanish Green #828E79
RGB
CMYK
RGB Variations
Color information
#828E79 (or 0x828E79) is known color: Spanish Green. HEX triplet: 82, 8E and 79. RGB value is (130,142,121). Sum of RGB (Red+Green+Blue) = 130+142+121=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 142 - color contains mainly: green. Hex color #828E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E79 is #7D7186. Grayscale: #888888. Windows color (decimal): -8221063 or 7966338. OLE color: 7966338.
HSL color Cylindrical-coordinate representation of color #828E79: hue angle of 94.29º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828E79 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 121 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.44 |
| HSL | 94.29º | 0.09% | 0.52% | - |
| HSV(B) | 94.29º | 0.15% | 0.56% | - |
| XYZ | 22.33 | 25.47 | 21.83 | - |
| YUV | 136.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 121 | 0.08 | 0 | 0.15 | 0.44 | 94.29 | 0.09 | 0.52 |
| Hex | 82 | 8E | 79 | 8 | 0 | F | 2C | 5E | 9 | 34 |
| Octal | 202 | 216 | 171 | 10 | 0 | 17 | 54 | 136 | 11 | 64 |
| Binary | 10000010 | 10001110 | 1111001 | 1000 | 0 | 1111 | 101100 | 1011110 | 1001 | 110100 |
Color Harmonies of #828E79
Complementary color
Monochromatic Colors of #828E79
Black with #828E79
Text Example
Text Example
White with #828E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E79; }
p { color: rgb(130,142,121); }
H1.HeaderClassName
{
color: #828E79;
}
.AnyTagClassName
{
color: #828E79;
}
</style>
background-color css
<style>
a { background-color: #828E79; }
a { background-color: rgb(130,142,121); }
div.DivClassName
{
background-color: #828E79;
}
.BgClassName
{
background-color: #828E79;
}
</style>
border-color css
<style>
span { border-color: #828E79; }
span { border-color: rgb(130,142,121); }
td.TdClassName
{
border-color: #828E79;
}
.TagClassName
{
border-color: #828E79;
}
</style>