Shades of Spanish Green #859080
Tints of Spanish Green #859080
RGB
CMYK
RGB Variations
Color information
#859080 (or 0x859080) is known color: Spanish Green. HEX triplet: 85, 90 and 80. RGB value is (133,144,128). Sum of RGB (Red+Green+Blue) = 133+144+128=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #859080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859080 is #7A6F7F. Grayscale: #8A8A8A. Windows color (decimal): -8023936 or 8425605. OLE color: 8425605.
HSL color Cylindrical-coordinate representation of color #859080: hue angle of 101.25º 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 #859080 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 128 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.44 |
| HSL | 101.25º | 0.07% | 0.53% | - |
| HSV(B) | 101.25º | 0.11% | 0.56% | - |
| XYZ | 23.54 | 26.49 | 24.29 | - |
| YUV | 138.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 128 | 0.08 | 0 | 0.11 | 0.44 | 101.25 | 0.07 | 0.53 |
| Hex | 85 | 90 | 80 | 8 | 0 | B | 2C | 65 | 7 | 35 |
| Octal | 205 | 220 | 200 | 10 | 0 | 13 | 54 | 145 | 7 | 65 |
| Binary | 10000101 | 10010000 | 10000000 | 1000 | 0 | 1011 | 101100 | 1100101 | 111 | 110101 |
Color Harmonies of #859080
Complementary color
Monochromatic Colors of #859080
Black with #859080
Text Example
Text Example
White with #859080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859080; }
p { color: rgb(133,144,128); }
H1.HeaderClassName
{
color: #859080;
}
.AnyTagClassName
{
color: #859080;
}
</style>
background-color css
<style>
a { background-color: #859080; }
a { background-color: rgb(133,144,128); }
div.DivClassName
{
background-color: #859080;
}
.BgClassName
{
background-color: #859080;
}
</style>
border-color css
<style>
span { border-color: #859080; }
span { border-color: rgb(133,144,128); }
td.TdClassName
{
border-color: #859080;
}
.TagClassName
{
border-color: #859080;
}
</style>