Shades of Spanish Green #858B80
Tints of Spanish Green #858B80
RGB
CMYK
RGB Variations
Color information
#858B80 (or 0x858B80) is known color: Spanish Green. HEX triplet: 85, 8B and 80. RGB value is (133,139,128). Sum of RGB (Red+Green+Blue) = 133+139+128=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #858B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B80 is #7A747F. Grayscale: #878787. Windows color (decimal): -8025216 or 8424325. OLE color: 8424325.
HSL color Cylindrical-coordinate representation of color #858B80: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858B80 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 128 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.45 |
| HSL | 92.73º | 0.05% | 0.52% | - |
| HSV(B) | 92.73º | 0.08% | 0.55% | - |
| XYZ | 22.8 | 25.01 | 24.05 | - |
| YUV | 135.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 128 | 0.04 | 0 | 0.08 | 0.45 | 92.73 | 0.05 | 0.52 |
| Hex | 85 | 8B | 80 | 4 | 0 | 8 | 2D | 5D | 5 | 34 |
| Octal | 205 | 213 | 200 | 4 | 0 | 10 | 55 | 135 | 5 | 64 |
| Binary | 10000101 | 10001011 | 10000000 | 100 | 0 | 1000 | 101101 | 1011101 | 101 | 110100 |
Color Harmonies of #858B80
Complementary color
Monochromatic Colors of #858B80
Black with #858B80
Text Example
Text Example
White with #858B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B80; }
p { color: rgb(133,139,128); }
H1.HeaderClassName
{
color: #858B80;
}
.AnyTagClassName
{
color: #858B80;
}
</style>
background-color css
<style>
a { background-color: #858B80; }
a { background-color: rgb(133,139,128); }
div.DivClassName
{
background-color: #858B80;
}
.BgClassName
{
background-color: #858B80;
}
</style>
border-color css
<style>
span { border-color: #858B80; }
span { border-color: rgb(133,139,128); }
td.TdClassName
{
border-color: #858B80;
}
.TagClassName
{
border-color: #858B80;
}
</style>