Shades of Spanish Green #828E7A
Tints of Spanish Green #828E7A
RGB
CMYK
RGB Variations
Color information
#828E7A (or 0x828E7A) is known color: Spanish Green. HEX triplet: 82, 8E and 7A. RGB value is (130,142,122). Sum of RGB (Red+Green+Blue) = 130+142+122=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 142 - color contains mainly: green. Hex color #828E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E7A is #7D7185. Grayscale: #888888. Windows color (decimal): -8221062 or 8031874. OLE color: 8031874.
HSL color Cylindrical-coordinate representation of color #828E7A: hue angle of 96º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828E7A is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 122 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.44 |
| HSL | 96º | 0.08% | 0.52% | - |
| HSV(B) | 96º | 0.14% | 0.56% | - |
| XYZ | 22.39 | 25.5 | 22.15 | - |
| YUV | 136.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 122 | 0.08 | 0 | 0.14 | 0.44 | 96 | 0.08 | 0.52 |
| Hex | 82 | 8E | 7A | 8 | 0 | E | 2C | 60 | 8 | 34 |
| Octal | 202 | 216 | 172 | 10 | 0 | 16 | 54 | 140 | 10 | 64 |
| Binary | 10000010 | 10001110 | 1111010 | 1000 | 0 | 1110 | 101100 | 1100000 | 1000 | 110100 |
Color Harmonies of #828E7A
Complementary color
Monochromatic Colors of #828E7A
Black with #828E7A
Text Example
Text Example
White with #828E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E7A; }
p { color: rgb(130,142,122); }
H1.HeaderClassName
{
color: #828E7A;
}
.AnyTagClassName
{
color: #828E7A;
}
</style>
background-color css
<style>
a { background-color: #828E7A; }
a { background-color: rgb(130,142,122); }
div.DivClassName
{
background-color: #828E7A;
}
.BgClassName
{
background-color: #828E7A;
}
</style>
border-color css
<style>
span { border-color: #828E7A; }
span { border-color: rgb(130,142,122); }
td.TdClassName
{
border-color: #828E7A;
}
.TagClassName
{
border-color: #828E7A;
}
</style>