Shades of Spanish Green #858C82
Tints of Spanish Green #858C82
RGB
CMYK
RGB Variations
Color information
#858C82 (or 0x858C82) is known color: Spanish Green. HEX triplet: 85, 8C and 82. RGB value is (133,140,130). Sum of RGB (Red+Green+Blue) = 133+140+130=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 140 - color contains mainly: green. Hex color #858C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C82 is #7A737D. Grayscale: #888888. Windows color (decimal): -8024958 or 8555653. OLE color: 8555653.
HSL color Cylindrical-coordinate representation of color #858C82: hue angle of 102º 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 #858C82 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 130 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.45 |
| HSL | 102º | 0.04% | 0.53% | - |
| HSV(B) | 102º | 0.07% | 0.55% | - |
| XYZ | 23.08 | 25.35 | 24.8 | - |
| YUV | 136.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 130 | 0.05 | 0 | 0.07 | 0.45 | 102 | 0.04 | 0.53 |
| Hex | 85 | 8C | 82 | 5 | 0 | 7 | 2D | 66 | 4 | 35 |
| Octal | 205 | 214 | 202 | 5 | 0 | 7 | 55 | 146 | 4 | 65 |
| Binary | 10000101 | 10001100 | 10000010 | 101 | 0 | 111 | 101101 | 1100110 | 100 | 110101 |
Color Harmonies of #858C82
Complementary color
Monochromatic Colors of #858C82
Black with #858C82
Text Example
Text Example
White with #858C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C82; }
p { color: rgb(133,140,130); }
H1.HeaderClassName
{
color: #858C82;
}
.AnyTagClassName
{
color: #858C82;
}
</style>
background-color css
<style>
a { background-color: #858C82; }
a { background-color: rgb(133,140,130); }
div.DivClassName
{
background-color: #858C82;
}
.BgClassName
{
background-color: #858C82;
}
</style>
border-color css
<style>
span { border-color: #858C82; }
span { border-color: rgb(133,140,130); }
td.TdClassName
{
border-color: #858C82;
}
.TagClassName
{
border-color: #858C82;
}
</style>