Shades of Spanish Green #828C80
Tints of Spanish Green #828C80
RGB
CMYK
RGB Variations
Color information
#828C80 (or 0x828C80) is known color: Spanish Green. HEX triplet: 82, 8C and 80. RGB value is (130,140,128). Sum of RGB (Red+Green+Blue) = 130+140+128=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 140 - color contains mainly: green. Hex color #828C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C80 is #7D737F. Grayscale: #878787. Windows color (decimal): -8221568 or 8424578. OLE color: 8424578.
HSL color Cylindrical-coordinate representation of color #828C80: hue angle of 110º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828C80 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 128 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.45 |
| HSL | 110º | 0.05% | 0.53% | - |
| HSV(B) | 110º | 0.09% | 0.55% | - |
| XYZ | 22.48 | 25.06 | 24.07 | - |
| YUV | 135.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 128 | 0.07 | 0 | 0.09 | 0.45 | 110 | 0.05 | 0.53 |
| Hex | 82 | 8C | 80 | 7 | 0 | 9 | 2D | 6E | 5 | 35 |
| Octal | 202 | 214 | 200 | 7 | 0 | 11 | 55 | 156 | 5 | 65 |
| Binary | 10000010 | 10001100 | 10000000 | 111 | 0 | 1001 | 101101 | 1101110 | 101 | 110101 |
Color Harmonies of #828C80
Complementary color
Monochromatic Colors of #828C80
Black with #828C80
Text Example
Text Example
White with #828C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C80; }
p { color: rgb(130,140,128); }
H1.HeaderClassName
{
color: #828C80;
}
.AnyTagClassName
{
color: #828C80;
}
</style>
background-color css
<style>
a { background-color: #828C80; }
a { background-color: rgb(130,140,128); }
div.DivClassName
{
background-color: #828C80;
}
.BgClassName
{
background-color: #828C80;
}
</style>
border-color css
<style>
span { border-color: #828C80; }
span { border-color: rgb(130,140,128); }
td.TdClassName
{
border-color: #828C80;
}
.TagClassName
{
border-color: #828C80;
}
</style>