Shades of Spanish Green #888F85
Tints of Spanish Green #888F85
RGB
CMYK
RGB Variations
Color information
#888F85 (or 0x888F85) is known color: Spanish Green. HEX triplet: 88, 8F and 85. RGB value is (136,143,133). Sum of RGB (Red+Green+Blue) = 136+143+133=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 143 - color contains mainly: green. Hex color #888F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F85 is #77707A. Grayscale: #8B8B8B. Windows color (decimal): -7827579 or 8753032. OLE color: 8753032.
HSL color Cylindrical-coordinate representation of color #888F85: hue angle of 102º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #888F85 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 143 | 133 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.44 |
| HSL | 102º | 0.04% | 0.54% | - |
| HSV(B) | 102º | 0.07% | 0.56% | - |
| XYZ | 24.21 | 26.57 | 26.04 | - |
| YUV | 139.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 133 | 0.05 | 0 | 0.07 | 0.44 | 102 | 0.04 | 0.54 |
| Hex | 88 | 8F | 85 | 5 | 0 | 7 | 2C | 66 | 4 | 36 |
| Octal | 210 | 217 | 205 | 5 | 0 | 7 | 54 | 146 | 4 | 66 |
| Binary | 10001000 | 10001111 | 10000101 | 101 | 0 | 111 | 101100 | 1100110 | 100 | 110110 |
Color Harmonies of #888F85
Complementary color
Monochromatic Colors of #888F85
Black with #888F85
Text Example
Text Example
White with #888F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888F85; }
p { color: rgb(136,143,133); }
H1.HeaderClassName
{
color: #888F85;
}
.AnyTagClassName
{
color: #888F85;
}
</style>
background-color css
<style>
a { background-color: #888F85; }
a { background-color: rgb(136,143,133); }
div.DivClassName
{
background-color: #888F85;
}
.BgClassName
{
background-color: #888F85;
}
</style>
border-color css
<style>
span { border-color: #888F85; }
span { border-color: rgb(136,143,133); }
td.TdClassName
{
border-color: #888F85;
}
.TagClassName
{
border-color: #888F85;
}
</style>