Shades of Spanish Green #8B9587
Tints of Spanish Green #8B9587
RGB
CMYK
RGB Variations
Color information
#8B9587 (or 0x8B9587) is known color: Spanish Green. HEX triplet: 8B, 95 and 87. RGB value is (139,149,135). Sum of RGB (Red+Green+Blue) = 139+149+135=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9587 is #746A78. Grayscale: #909090. Windows color (decimal): -7629433 or 8885643. OLE color: 8885643.
HSL color Cylindrical-coordinate representation of color #8B9587: hue angle of 102.86º 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 #8B9587 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 135 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.42 |
| HSL | 102.86º | 0.06% | 0.56% | - |
| HSV(B) | 102.86º | 0.09% | 0.58% | - |
| XYZ | 25.77 | 28.73 | 27.11 | - |
| YUV | 144.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 135 | 0.07 | 0 | 0.09 | 0.42 | 102.86 | 0.06 | 0.56 |
| Hex | 8B | 95 | 87 | 7 | 0 | 9 | 2A | 67 | 6 | 38 |
| Octal | 213 | 225 | 207 | 7 | 0 | 11 | 52 | 147 | 6 | 70 |
| Binary | 10001011 | 10010101 | 10000111 | 111 | 0 | 1001 | 101010 | 1100111 | 110 | 111000 |
Color Harmonies of #8B9587
Complementary color
Monochromatic Colors of #8B9587
Black with #8B9587
Text Example
Text Example
White with #8B9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9587; }
p { color: rgb(139,149,135); }
H1.HeaderClassName
{
color: #8B9587;
}
.AnyTagClassName
{
color: #8B9587;
}
</style>
background-color css
<style>
a { background-color: #8B9587; }
a { background-color: rgb(139,149,135); }
div.DivClassName
{
background-color: #8B9587;
}
.BgClassName
{
background-color: #8B9587;
}
</style>
border-color css
<style>
span { border-color: #8B9587; }
span { border-color: rgb(139,149,135); }
td.TdClassName
{
border-color: #8B9587;
}
.TagClassName
{
border-color: #8B9587;
}
</style>