Shades of Spanish Green #828C7F
Tints of Spanish Green #828C7F
RGB
CMYK
RGB Variations
Color information
#828C7F (or 0x828C7F) is known color: Spanish Green. HEX triplet: 82, 8C and 7F. RGB value is (130,140,127). Sum of RGB (Red+Green+Blue) = 130+140+127=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 140 - color contains mainly: green. Hex color #828C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C7F is #7D7380. Grayscale: #878787. Windows color (decimal): -8221569 or 8359042. OLE color: 8359042.
HSL color Cylindrical-coordinate representation of color #828C7F: hue angle of 106.15º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828C7F is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 127 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.45 |
| HSL | 106.15º | 0.05% | 0.52% | - |
| HSV(B) | 106.15º | 0.09% | 0.55% | - |
| XYZ | 22.41 | 25.03 | 23.73 | - |
| YUV | 135.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 127 | 0.07 | 0 | 0.09 | 0.45 | 106.15 | 0.05 | 0.52 |
| Hex | 82 | 8C | 7F | 7 | 0 | 9 | 2D | 6A | 5 | 34 |
| Octal | 202 | 214 | 177 | 7 | 0 | 11 | 55 | 152 | 5 | 64 |
| Binary | 10000010 | 10001100 | 1111111 | 111 | 0 | 1001 | 101101 | 1101010 | 101 | 110100 |
Color Harmonies of #828C7F
Complementary color
Monochromatic Colors of #828C7F
Black with #828C7F
Text Example
Text Example
White with #828C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C7F; }
p { color: rgb(130,140,127); }
H1.HeaderClassName
{
color: #828C7F;
}
.AnyTagClassName
{
color: #828C7F;
}
</style>
background-color css
<style>
a { background-color: #828C7F; }
a { background-color: rgb(130,140,127); }
div.DivClassName
{
background-color: #828C7F;
}
.BgClassName
{
background-color: #828C7F;
}
</style>
border-color css
<style>
span { border-color: #828C7F; }
span { border-color: rgb(130,140,127); }
td.TdClassName
{
border-color: #828C7F;
}
.TagClassName
{
border-color: #828C7F;
}
</style>