Shades of Spanish Green #8B9487
Tints of Spanish Green #8B9487
RGB
CMYK
RGB Variations
Color information
#8B9487 (or 0x8B9487) is known color: Spanish Green. HEX triplet: 8B, 94 and 87. RGB value is (139,148,135). Sum of RGB (Red+Green+Blue) = 139+148+135=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #8B9487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9487 is #746B78. Grayscale: #8F8F8F. Windows color (decimal): -7629689 or 8885387. OLE color: 8885387.
HSL color Cylindrical-coordinate representation of color #8B9487: hue angle of 101.54º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9487 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 148 | 135 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.42 |
| HSL | 101.54º | 0.06% | 0.55% | - |
| HSV(B) | 101.54º | 0.09% | 0.58% | - |
| XYZ | 25.61 | 28.42 | 27.06 | - |
| YUV | 143.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 148 | 135 | 0.06 | 0 | 0.09 | 0.42 | 101.54 | 0.06 | 0.55 |
| Hex | 8B | 94 | 87 | 6 | 0 | 9 | 2A | 66 | 6 | 37 |
| Octal | 213 | 224 | 207 | 6 | 0 | 11 | 52 | 146 | 6 | 67 |
| Binary | 10001011 | 10010100 | 10000111 | 110 | 0 | 1001 | 101010 | 1100110 | 110 | 110111 |
Color Harmonies of #8B9487
Complementary color
Monochromatic Colors of #8B9487
Black with #8B9487
Text Example
Text Example
White with #8B9487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9487; }
p { color: rgb(139,148,135); }
H1.HeaderClassName
{
color: #8B9487;
}
.AnyTagClassName
{
color: #8B9487;
}
</style>
background-color css
<style>
a { background-color: #8B9487; }
a { background-color: rgb(139,148,135); }
div.DivClassName
{
background-color: #8B9487;
}
.BgClassName
{
background-color: #8B9487;
}
</style>
border-color css
<style>
span { border-color: #8B9487; }
span { border-color: rgb(139,148,135); }
td.TdClassName
{
border-color: #8B9487;
}
.TagClassName
{
border-color: #8B9487;
}
</style>