Shades of Spanish Green #859381
Tints of Spanish Green #859381
RGB
CMYK
RGB Variations
Color information
#859381 (or 0x859381) is known color: Spanish Green. HEX triplet: 85, 93 and 81. RGB value is (133,147,129). Sum of RGB (Red+Green+Blue) = 133+147+129=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #859381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859381 is #7A6C7E. Grayscale: #8C8C8C. Windows color (decimal): -8023167 or 8491909. OLE color: 8491909.
HSL color Cylindrical-coordinate representation of color #859381: hue angle of 106.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #859381 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 129 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.42 |
| HSL | 106.67º | 0.08% | 0.54% | - |
| HSV(B) | 106.67º | 0.12% | 0.58% | - |
| XYZ | 24.07 | 27.44 | 24.8 | - |
| YUV | 140.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 129 | 0.10 | 0 | 0.12 | 0.42 | 106.67 | 0.08 | 0.54 |
| Hex | 85 | 93 | 81 | A | 0 | C | 2A | 6B | 8 | 36 |
| Octal | 205 | 223 | 201 | 12 | 0 | 14 | 52 | 153 | 10 | 66 |
| Binary | 10000101 | 10010011 | 10000001 | 1010 | 0 | 1100 | 101010 | 1101011 | 1000 | 110110 |
Color Harmonies of #859381
Complementary color
Monochromatic Colors of #859381
Black with #859381
Text Example
Text Example
White with #859381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859381; }
p { color: rgb(133,147,129); }
H1.HeaderClassName
{
color: #859381;
}
.AnyTagClassName
{
color: #859381;
}
</style>
background-color css
<style>
a { background-color: #859381; }
a { background-color: rgb(133,147,129); }
div.DivClassName
{
background-color: #859381;
}
.BgClassName
{
background-color: #859381;
}
</style>
border-color css
<style>
span { border-color: #859381; }
span { border-color: rgb(133,147,129); }
td.TdClassName
{
border-color: #859381;
}
.TagClassName
{
border-color: #859381;
}
</style>