Shades of Spanish Green #8C9587
Tints of Spanish Green #8C9587
RGB
CMYK
RGB Variations
Color information
#8C9587 (or 0x8C9587) is known color: Spanish Green. HEX triplet: 8C, 95 and 87. RGB value is (140,149,135). Sum of RGB (Red+Green+Blue) = 140+149+135=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9587 is #736A78. Grayscale: #909090. Windows color (decimal): -7563897 or 8885644. OLE color: 8885644.
HSL color Cylindrical-coordinate representation of color #8C9587: hue angle of 98.57º 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 #8C9587 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 149 | 135 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.42 |
| HSL | 98.57º | 0.06% | 0.56% | - |
| HSV(B) | 98.57º | 0.09% | 0.58% | - |
| XYZ | 25.94 | 28.82 | 27.12 | - |
| YUV | 144.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 149 | 135 | 0.06 | 0 | 0.09 | 0.42 | 98.57 | 0.06 | 0.56 |
| Hex | 8C | 95 | 87 | 6 | 0 | 9 | 2A | 63 | 6 | 38 |
| Octal | 214 | 225 | 207 | 6 | 0 | 11 | 52 | 143 | 6 | 70 |
| Binary | 10001100 | 10010101 | 10000111 | 110 | 0 | 1001 | 101010 | 1100011 | 110 | 111000 |
Color Harmonies of #8C9587
Complementary color
Monochromatic Colors of #8C9587
Black with #8C9587
Text Example
Text Example
White with #8C9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9587; }
p { color: rgb(140,149,135); }
H1.HeaderClassName
{
color: #8C9587;
}
.AnyTagClassName
{
color: #8C9587;
}
</style>
background-color css
<style>
a { background-color: #8C9587; }
a { background-color: rgb(140,149,135); }
div.DivClassName
{
background-color: #8C9587;
}
.BgClassName
{
background-color: #8C9587;
}
</style>
border-color css
<style>
span { border-color: #8C9587; }
span { border-color: rgb(140,149,135); }
td.TdClassName
{
border-color: #8C9587;
}
.TagClassName
{
border-color: #8C9587;
}
</style>