Shades of Spanish Green #8D9588
Tints of Spanish Green #8D9588
RGB
CMYK
RGB Variations
Color information
#8D9588 (or 0x8D9588) is known color: Spanish Green. HEX triplet: 8D, 95 and 88. RGB value is (141,149,136). Sum of RGB (Red+Green+Blue) = 141+149+136=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #8D9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9588 is #726A77. Grayscale: #919191. Windows color (decimal): -7498360 or 8951181. OLE color: 8951181.
HSL color Cylindrical-coordinate representation of color #8D9588: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D9588 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 149 | 136 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.42 |
| HSL | 96.92º | 0.06% | 0.56% | - |
| HSV(B) | 96.92º | 0.09% | 0.58% | - |
| XYZ | 26.18 | 28.94 | 27.5 | - |
| YUV | 145.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 149 | 136 | 0.05 | 0 | 0.09 | 0.42 | 96.92 | 0.06 | 0.56 |
| Hex | 8D | 95 | 88 | 5 | 0 | 9 | 2A | 61 | 6 | 38 |
| Octal | 215 | 225 | 210 | 5 | 0 | 11 | 52 | 141 | 6 | 70 |
| Binary | 10001101 | 10010101 | 10001000 | 101 | 0 | 1001 | 101010 | 1100001 | 110 | 111000 |
Color Harmonies of #8D9588
Complementary color
Monochromatic Colors of #8D9588
Black with #8D9588
Text Example
Text Example
White with #8D9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9588; }
p { color: rgb(141,149,136); }
H1.HeaderClassName
{
color: #8D9588;
}
.AnyTagClassName
{
color: #8D9588;
}
</style>
background-color css
<style>
a { background-color: #8D9588; }
a { background-color: rgb(141,149,136); }
div.DivClassName
{
background-color: #8D9588;
}
.BgClassName
{
background-color: #8D9588;
}
</style>
border-color css
<style>
span { border-color: #8D9588; }
span { border-color: rgb(141,149,136); }
td.TdClassName
{
border-color: #8D9588;
}
.TagClassName
{
border-color: #8D9588;
}
</style>