Shades of Spanish Green #8C9387
Tints of Spanish Green #8C9387
RGB
CMYK
RGB Variations
Color information
#8C9387 (or 0x8C9387) is known color: Spanish Green. HEX triplet: 8C, 93 and 87. RGB value is (140,147,135). Sum of RGB (Red+Green+Blue) = 140+147+135=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9387 is #736C78. Grayscale: #8F8F8F. Windows color (decimal): -7564409 or 8885132. OLE color: 8885132.
HSL color Cylindrical-coordinate representation of color #8C9387: hue angle of 95º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9387 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 147 | 135 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.42 |
| HSL | 95º | 0.05% | 0.55% | - |
| HSV(B) | 95º | 0.08% | 0.58% | - |
| XYZ | 25.62 | 28.19 | 27.01 | - |
| YUV | 143.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 147 | 135 | 0.05 | 0 | 0.08 | 0.42 | 95 | 0.05 | 0.55 |
| Hex | 8C | 93 | 87 | 5 | 0 | 8 | 2A | 5F | 5 | 37 |
| Octal | 214 | 223 | 207 | 5 | 0 | 10 | 52 | 137 | 5 | 67 |
| Binary | 10001100 | 10010011 | 10000111 | 101 | 0 | 1000 | 101010 | 1011111 | 101 | 110111 |
Color Harmonies of #8C9387
Complementary color
Monochromatic Colors of #8C9387
Black with #8C9387
Text Example
Text Example
White with #8C9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9387; }
p { color: rgb(140,147,135); }
H1.HeaderClassName
{
color: #8C9387;
}
.AnyTagClassName
{
color: #8C9387;
}
</style>
background-color css
<style>
a { background-color: #8C9387; }
a { background-color: rgb(140,147,135); }
div.DivClassName
{
background-color: #8C9387;
}
.BgClassName
{
background-color: #8C9387;
}
</style>
border-color css
<style>
span { border-color: #8C9387; }
span { border-color: rgb(140,147,135); }
td.TdClassName
{
border-color: #8C9387;
}
.TagClassName
{
border-color: #8C9387;
}
</style>