Shades of Spanish Green #839080
Tints of Spanish Green #839080
RGB
CMYK
RGB Variations
Color information
#839080 (or 0x839080) is known color: Spanish Green. HEX triplet: 83, 90 and 80. RGB value is (131,144,128). Sum of RGB (Red+Green+Blue) = 131+144+128=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #839080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839080 is #7C6F7F. Grayscale: #8A8A8A. Windows color (decimal): -8155008 or 8425603. OLE color: 8425603.
HSL color Cylindrical-coordinate representation of color #839080: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #839080 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 144 | 128 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.44 |
| HSL | 108.75º | 0.07% | 0.53% | - |
| HSV(B) | 108.75º | 0.11% | 0.56% | - |
| XYZ | 23.23 | 26.33 | 24.28 | - |
| YUV | 138.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 144 | 128 | 0.09 | 0 | 0.11 | 0.44 | 108.75 | 0.07 | 0.53 |
| Hex | 83 | 90 | 80 | 9 | 0 | B | 2C | 6D | 7 | 35 |
| Octal | 203 | 220 | 200 | 11 | 0 | 13 | 54 | 155 | 7 | 65 |
| Binary | 10000011 | 10010000 | 10000000 | 1001 | 0 | 1011 | 101100 | 1101101 | 111 | 110101 |
Color Harmonies of #839080
Complementary color
Monochromatic Colors of #839080
Black with #839080
Text Example
Text Example
White with #839080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839080; }
p { color: rgb(131,144,128); }
H1.HeaderClassName
{
color: #839080;
}
.AnyTagClassName
{
color: #839080;
}
</style>
background-color css
<style>
a { background-color: #839080; }
a { background-color: rgb(131,144,128); }
div.DivClassName
{
background-color: #839080;
}
.BgClassName
{
background-color: #839080;
}
</style>
border-color css
<style>
span { border-color: #839080; }
span { border-color: rgb(131,144,128); }
td.TdClassName
{
border-color: #839080;
}
.TagClassName
{
border-color: #839080;
}
</style>