Shades of Spanish Green #858C7F
Tints of Spanish Green #858C7F
RGB
CMYK
RGB Variations
Color information
#858C7F (or 0x858C7F) is known color: Spanish Green. HEX triplet: 85, 8C and 7F. RGB value is (133,140,127). Sum of RGB (Red+Green+Blue) = 133+140+127=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 140 - color contains mainly: green. Hex color #858C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858C7F is #7A7380. Grayscale: #888888. Windows color (decimal): -8024961 or 8359045. OLE color: 8359045.
HSL color Cylindrical-coordinate representation of color #858C7F: hue angle of 92.31º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #858C7F is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 140 | 127 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.45 |
| HSL | 92.31º | 0.05% | 0.52% | - |
| HSV(B) | 92.31º | 0.09% | 0.55% | - |
| XYZ | 22.88 | 25.28 | 23.75 | - |
| YUV | 136.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 140 | 127 | 0.05 | 0 | 0.09 | 0.45 | 92.31 | 0.05 | 0.52 |
| Hex | 85 | 8C | 7F | 5 | 0 | 9 | 2D | 5C | 5 | 34 |
| Octal | 205 | 214 | 177 | 5 | 0 | 11 | 55 | 134 | 5 | 64 |
| Binary | 10000101 | 10001100 | 1111111 | 101 | 0 | 1001 | 101101 | 1011100 | 101 | 110100 |
Color Harmonies of #858C7F
Complementary color
Monochromatic Colors of #858C7F
Black with #858C7F
Text Example
Text Example
White with #858C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C7F; }
p { color: rgb(133,140,127); }
H1.HeaderClassName
{
color: #858C7F;
}
.AnyTagClassName
{
color: #858C7F;
}
</style>
background-color css
<style>
a { background-color: #858C7F; }
a { background-color: rgb(133,140,127); }
div.DivClassName
{
background-color: #858C7F;
}
.BgClassName
{
background-color: #858C7F;
}
</style>
border-color css
<style>
span { border-color: #858C7F; }
span { border-color: rgb(133,140,127); }
td.TdClassName
{
border-color: #858C7F;
}
.TagClassName
{
border-color: #858C7F;
}
</style>