Shades of Spanish Green #828E7D
Tints of Spanish Green #828E7D
RGB
CMYK
RGB Variations
Color information
#828E7D (or 0x828E7D) is known color: Spanish Green. HEX triplet: 82, 8E and 7D. RGB value is (130,142,125). Sum of RGB (Red+Green+Blue) = 130+142+125=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 142 - color contains mainly: green. Hex color #828E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E7D is #7D7182. Grayscale: #888888. Windows color (decimal): -8221059 or 8228482. OLE color: 8228482.
HSL color Cylindrical-coordinate representation of color #828E7D: hue angle of 102.35º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828E7D is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 125 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.44 |
| HSL | 102.35º | 0.07% | 0.52% | - |
| HSV(B) | 102.35º | 0.12% | 0.56% | - |
| XYZ | 22.58 | 25.57 | 23.15 | - |
| YUV | 136.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 125 | 0.08 | 0 | 0.12 | 0.44 | 102.35 | 0.07 | 0.52 |
| Hex | 82 | 8E | 7D | 8 | 0 | C | 2C | 66 | 7 | 34 |
| Octal | 202 | 216 | 175 | 10 | 0 | 14 | 54 | 146 | 7 | 64 |
| Binary | 10000010 | 10001110 | 1111101 | 1000 | 0 | 1100 | 101100 | 1100110 | 111 | 110100 |
Color Harmonies of #828E7D
Complementary color
Monochromatic Colors of #828E7D
Black with #828E7D
Text Example
Text Example
White with #828E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E7D; }
p { color: rgb(130,142,125); }
H1.HeaderClassName
{
color: #828E7D;
}
.AnyTagClassName
{
color: #828E7D;
}
</style>
background-color css
<style>
a { background-color: #828E7D; }
a { background-color: rgb(130,142,125); }
div.DivClassName
{
background-color: #828E7D;
}
.BgClassName
{
background-color: #828E7D;
}
</style>
border-color css
<style>
span { border-color: #828E7D; }
span { border-color: rgb(130,142,125); }
td.TdClassName
{
border-color: #828E7D;
}
.TagClassName
{
border-color: #828E7D;
}
</style>