Shades of Spanish Green #828C7A
Tints of Spanish Green #828C7A
RGB
CMYK
RGB Variations
Color information
#828C7A (or 0x828C7A) is known color: Spanish Green. HEX triplet: 82, 8C and 7A. RGB value is (130,140,122). Sum of RGB (Red+Green+Blue) = 130+140+122=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 140 - color contains mainly: green. Hex color #828C7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C7A is #7D7385. Grayscale: #878787. Windows color (decimal): -8221574 or 8031362. OLE color: 8031362.
HSL color Cylindrical-coordinate representation of color #828C7A: hue angle of 93.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828C7A is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 122 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.45 |
| HSL | 93.33º | 0.07% | 0.51% | - |
| HSV(B) | 93.33º | 0.13% | 0.55% | - |
| XYZ | 22.1 | 24.91 | 22.06 | - |
| YUV | 134.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 122 | 0.07 | 0 | 0.13 | 0.45 | 93.33 | 0.07 | 0.51 |
| Hex | 82 | 8C | 7A | 7 | 0 | D | 2D | 5D | 7 | 33 |
| Octal | 202 | 214 | 172 | 7 | 0 | 15 | 55 | 135 | 7 | 63 |
| Binary | 10000010 | 10001100 | 1111010 | 111 | 0 | 1101 | 101101 | 1011101 | 111 | 110011 |
Color Harmonies of #828C7A
Complementary color
Monochromatic Colors of #828C7A
Black with #828C7A
Text Example
Text Example
White with #828C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C7A; }
p { color: rgb(130,140,122); }
H1.HeaderClassName
{
color: #828C7A;
}
.AnyTagClassName
{
color: #828C7A;
}
</style>
background-color css
<style>
a { background-color: #828C7A; }
a { background-color: rgb(130,140,122); }
div.DivClassName
{
background-color: #828C7A;
}
.BgClassName
{
background-color: #828C7A;
}
</style>
border-color css
<style>
span { border-color: #828C7A; }
span { border-color: rgb(130,140,122); }
td.TdClassName
{
border-color: #828C7A;
}
.TagClassName
{
border-color: #828C7A;
}
</style>