Shades of Spanish Green #858B7F
Tints of Spanish Green #858B7F
RGB
CMYK
RGB Variations
Color information
#858B7F (or 0x858B7F) is known color: Spanish Green. HEX triplet: 85, 8B and 7F. RGB value is (133,139,127). Sum of RGB (Red+Green+Blue) = 133+139+127=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #858B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B7F is #7A7480. Grayscale: #878787. Windows color (decimal): -8025217 or 8358789. OLE color: 8358789.
HSL color Cylindrical-coordinate representation of color #858B7F: hue angle of 90º 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 #858B7F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 127 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.45 |
| HSL | 90º | 0.05% | 0.52% | - |
| HSV(B) | 90º | 0.09% | 0.55% | - |
| XYZ | 22.74 | 24.98 | 23.7 | - |
| YUV | 135.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 127 | 0.04 | 0 | 0.09 | 0.45 | 90 | 0.05 | 0.52 |
| Hex | 85 | 8B | 7F | 4 | 0 | 9 | 2D | 5A | 5 | 34 |
| Octal | 205 | 213 | 177 | 4 | 0 | 11 | 55 | 132 | 5 | 64 |
| Binary | 10000101 | 10001011 | 1111111 | 100 | 0 | 1001 | 101101 | 1011010 | 101 | 110100 |
Color Harmonies of #858B7F
Complementary color
Monochromatic Colors of #858B7F
Black with #858B7F
Text Example
Text Example
White with #858B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B7F; }
p { color: rgb(133,139,127); }
H1.HeaderClassName
{
color: #858B7F;
}
.AnyTagClassName
{
color: #858B7F;
}
</style>
background-color css
<style>
a { background-color: #858B7F; }
a { background-color: rgb(133,139,127); }
div.DivClassName
{
background-color: #858B7F;
}
.BgClassName
{
background-color: #858B7F;
}
</style>
border-color css
<style>
span { border-color: #858B7F; }
span { border-color: rgb(133,139,127); }
td.TdClassName
{
border-color: #858B7F;
}
.TagClassName
{
border-color: #858B7F;
}
</style>