Shades of Spanish Green #828D7F
Tints of Spanish Green #828D7F
RGB
CMYK
RGB Variations
Color information
#828D7F (or 0x828D7F) is known color: Spanish Green. HEX triplet: 82, 8D and 7F. RGB value is (130,141,127). Sum of RGB (Red+Green+Blue) = 130+141+127=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #828D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D7F is #7D7280. Grayscale: #888888. Windows color (decimal): -8221313 or 8359298. OLE color: 8359298.
HSL color Cylindrical-coordinate representation of color #828D7F: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #828D7F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 127 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.45 |
| HSL | 107.14º | 0.06% | 0.53% | - |
| HSV(B) | 107.14º | 0.1% | 0.55% | - |
| XYZ | 22.56 | 25.33 | 23.78 | - |
| YUV | 136.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 127 | 0.08 | 0 | 0.10 | 0.45 | 107.14 | 0.06 | 0.53 |
| Hex | 82 | 8D | 7F | 8 | 0 | A | 2D | 6B | 6 | 35 |
| Octal | 202 | 215 | 177 | 10 | 0 | 12 | 55 | 153 | 6 | 65 |
| Binary | 10000010 | 10001101 | 1111111 | 1000 | 0 | 1010 | 101101 | 1101011 | 110 | 110101 |
Color Harmonies of #828D7F
Complementary color
Monochromatic Colors of #828D7F
Black with #828D7F
Text Example
Text Example
White with #828D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D7F; }
p { color: rgb(130,141,127); }
H1.HeaderClassName
{
color: #828D7F;
}
.AnyTagClassName
{
color: #828D7F;
}
</style>
background-color css
<style>
a { background-color: #828D7F; }
a { background-color: rgb(130,141,127); }
div.DivClassName
{
background-color: #828D7F;
}
.BgClassName
{
background-color: #828D7F;
}
</style>
border-color css
<style>
span { border-color: #828D7F; }
span { border-color: rgb(130,141,127); }
td.TdClassName
{
border-color: #828D7F;
}
.TagClassName
{
border-color: #828D7F;
}
</style>