Shades of Spanish Green #858F7F
Tints of Spanish Green #858F7F
RGB
CMYK
RGB Variations
Color information
#858F7F (or 0x858F7F) is known color: Spanish Green. HEX triplet: 85, 8F and 7F. RGB value is (133,143,127). Sum of RGB (Red+Green+Blue) = 133+143+127=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 143 - color contains mainly: green. Hex color #858F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F7F is #7A7080. Grayscale: #8A8A8A. Windows color (decimal): -8024193 or 8359813. OLE color: 8359813.
HSL color Cylindrical-coordinate representation of color #858F7F: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858F7F is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 127 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.44 |
| HSL | 97.5º | 0.07% | 0.53% | - |
| HSV(B) | 97.5º | 0.11% | 0.56% | - |
| XYZ | 23.33 | 26.16 | 23.9 | - |
| YUV | 138.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 127 | 0.07 | 0 | 0.11 | 0.44 | 97.5 | 0.07 | 0.53 |
| Hex | 85 | 8F | 7F | 7 | 0 | B | 2C | 62 | 7 | 35 |
| Octal | 205 | 217 | 177 | 7 | 0 | 13 | 54 | 142 | 7 | 65 |
| Binary | 10000101 | 10001111 | 1111111 | 111 | 0 | 1011 | 101100 | 1100010 | 111 | 110101 |
Color Harmonies of #858F7F
Complementary color
Monochromatic Colors of #858F7F
Black with #858F7F
Text Example
Text Example
White with #858F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F7F; }
p { color: rgb(133,143,127); }
H1.HeaderClassName
{
color: #858F7F;
}
.AnyTagClassName
{
color: #858F7F;
}
</style>
background-color css
<style>
a { background-color: #858F7F; }
a { background-color: rgb(133,143,127); }
div.DivClassName
{
background-color: #858F7F;
}
.BgClassName
{
background-color: #858F7F;
}
</style>
border-color css
<style>
span { border-color: #858F7F; }
span { border-color: rgb(133,143,127); }
td.TdClassName
{
border-color: #858F7F;
}
.TagClassName
{
border-color: #858F7F;
}
</style>