Shades of Spanish Green #8C8E8B
Tints of Spanish Green #8C8E8B
RGB
CMYK
RGB Variations
Color information
#8C8E8B (or 0x8C8E8B) is known color: Spanish Green. HEX triplet: 8C, 8E and 8B. RGB value is (140,142,139). Sum of RGB (Red+Green+Blue) = 140+142+139=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8E8B is #737174. Grayscale: #8D8D8D. Windows color (decimal): -7565685 or 9145996. OLE color: 9145996.
HSL color Cylindrical-coordinate representation of color #8C8E8B: hue angle of 100º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8C8E8B is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 142 | 139 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.44 |
| HSL | 100º | 0.01% | 0.55% | - |
| HSV(B) | 100º | 0.02% | 0.56% | - |
| XYZ | 25.15 | 26.79 | 28.27 | - |
| YUV | 141.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 139 | 0.01 | 0 | 0.02 | 0.44 | 100 | 0.01 | 0.55 |
| Hex | 8C | 8E | 8B | 1 | 0 | 2 | 2C | 64 | 1 | 37 |
| Octal | 214 | 216 | 213 | 1 | 0 | 2 | 54 | 144 | 1 | 67 |
| Binary | 10001100 | 10001110 | 10001011 | 1 | 0 | 10 | 101100 | 1100100 | 1 | 110111 |
Color Harmonies of #8C8E8B
Complementary color
Monochromatic Colors of #8C8E8B
Black with #8C8E8B
Text Example
Text Example
White with #8C8E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8E8B; }
p { color: rgb(140,142,139); }
H1.HeaderClassName
{
color: #8C8E8B;
}
.AnyTagClassName
{
color: #8C8E8B;
}
</style>
background-color css
<style>
a { background-color: #8C8E8B; }
a { background-color: rgb(140,142,139); }
div.DivClassName
{
background-color: #8C8E8B;
}
.BgClassName
{
background-color: #8C8E8B;
}
</style>
border-color css
<style>
span { border-color: #8C8E8B; }
span { border-color: rgb(140,142,139); }
td.TdClassName
{
border-color: #8C8E8B;
}
.TagClassName
{
border-color: #8C8E8B;
}
</style>