Shades of Spanish Green #858D83
Tints of Spanish Green #858D83
RGB
CMYK
RGB Variations
Color information
#858D83 (or 0x858D83) is known color: Spanish Green. HEX triplet: 85, 8D and 83. RGB value is (133,141,131). Sum of RGB (Red+Green+Blue) = 133+141+131=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 141 - color contains mainly: green. Hex color #858D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D83 is #7A727C. Grayscale: #898989. Windows color (decimal): -8024701 or 8621445. OLE color: 8621445.
HSL color Cylindrical-coordinate representation of color #858D83: hue angle of 108º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #858D83 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 141 | 131 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.45 |
| HSL | 108º | 0.04% | 0.53% | - |
| HSV(B) | 108º | 0.07% | 0.55% | - |
| XYZ | 23.29 | 25.67 | 25.2 | - |
| YUV | 137.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 141 | 131 | 0.06 | 0 | 0.07 | 0.45 | 108 | 0.04 | 0.53 |
| Hex | 85 | 8D | 83 | 6 | 0 | 7 | 2D | 6C | 4 | 35 |
| Octal | 205 | 215 | 203 | 6 | 0 | 7 | 55 | 154 | 4 | 65 |
| Binary | 10000101 | 10001101 | 10000011 | 110 | 0 | 111 | 101101 | 1101100 | 100 | 110101 |
Color Harmonies of #858D83
Complementary color
Monochromatic Colors of #858D83
Black with #858D83
Text Example
Text Example
White with #858D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858D83; }
p { color: rgb(133,141,131); }
H1.HeaderClassName
{
color: #858D83;
}
.AnyTagClassName
{
color: #858D83;
}
</style>
background-color css
<style>
a { background-color: #858D83; }
a { background-color: rgb(133,141,131); }
div.DivClassName
{
background-color: #858D83;
}
.BgClassName
{
background-color: #858D83;
}
</style>
border-color css
<style>
span { border-color: #858D83; }
span { border-color: rgb(133,141,131); }
td.TdClassName
{
border-color: #858D83;
}
.TagClassName
{
border-color: #858D83;
}
</style>