Shades of Spanish Green #859181
Tints of Spanish Green #859181
RGB
CMYK
RGB Variations
Color information
#859181 (or 0x859181) is known color: Spanish Green. HEX triplet: 85, 91 and 81. RGB value is (133,145,129). Sum of RGB (Red+Green+Blue) = 133+145+129=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #859181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859181 is #7A6E7E. Grayscale: #8B8B8B. Windows color (decimal): -8023679 or 8491397. OLE color: 8491397.
HSL color Cylindrical-coordinate representation of color #859181: hue angle of 105º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #859181 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 129 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.43 |
| HSL | 105º | 0.07% | 0.54% | - |
| HSV(B) | 105º | 0.11% | 0.57% | - |
| XYZ | 23.76 | 26.82 | 24.69 | - |
| YUV | 139.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 129 | 0.08 | 0 | 0.11 | 0.43 | 105 | 0.07 | 0.54 |
| Hex | 85 | 91 | 81 | 8 | 0 | B | 2B | 69 | 7 | 36 |
| Octal | 205 | 221 | 201 | 10 | 0 | 13 | 53 | 151 | 7 | 66 |
| Binary | 10000101 | 10010001 | 10000001 | 1000 | 0 | 1011 | 101011 | 1101001 | 111 | 110110 |
Color Harmonies of #859181
Complementary color
Monochromatic Colors of #859181
Black with #859181
Text Example
Text Example
White with #859181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859181; }
p { color: rgb(133,145,129); }
H1.HeaderClassName
{
color: #859181;
}
.AnyTagClassName
{
color: #859181;
}
</style>
background-color css
<style>
a { background-color: #859181; }
a { background-color: rgb(133,145,129); }
div.DivClassName
{
background-color: #859181;
}
.BgClassName
{
background-color: #859181;
}
</style>
border-color css
<style>
span { border-color: #859181; }
span { border-color: rgb(133,145,129); }
td.TdClassName
{
border-color: #859181;
}
.TagClassName
{
border-color: #859181;
}
</style>