Shades of Spanish Green #8B8D8A
Tints of Spanish Green #8B8D8A
RGB
CMYK
RGB Variations
Color information
#8B8D8A (or 0x8B8D8A) is known color: Spanish Green. HEX triplet: 8B, 8D and 8A. RGB value is (139,141,138). Sum of RGB (Red+Green+Blue) = 139+141+138=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D8A is #747275. Grayscale: #8C8C8C. Windows color (decimal): -7631478 or 9080203. OLE color: 9080203.
HSL color Cylindrical-coordinate representation of color #8B8D8A: hue angle of 100º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8B8D8A is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 141 | 138 | - |
CMYK | 0.01 | 0 | 0.02 | 0.45 |
HSL | 100º | 0.01% | 0.55% | - |
HSV(B) | 100º | 0.02% | 0.55% | - |
XYZ | 24.76 | 26.37 | 27.83 | - |
YUV | 140.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 141 | 138 | 0.01 | 0 | 0.02 | 0.45 | 100 | 0.01 | 0.55 |
Hex | 8B | 8D | 8A | 1 | 0 | 2 | 2D | 64 | 1 | 37 |
Octal | 213 | 215 | 212 | 1 | 0 | 2 | 55 | 144 | 1 | 67 |
Binary | 10001011 | 10001101 | 10001010 | 1 | 0 | 10 | 101101 | 1100100 | 1 | 110111 |
Color Harmonies of #8B8D8A
Complementary color
Monochromatic Colors of #8B8D8A
Black with #8B8D8A
Text Example
Text Example
White with #8B8D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D8A; }
p { color: rgb(139,141,138); }
H1.HeaderClassName
{
color: #8B8D8A;
}
.AnyTagClassName
{
color: #8B8D8A;
}
</style>
background-color css
<style>
a { background-color: #8B8D8A; }
a { background-color: rgb(139,141,138); }
div.DivClassName
{
background-color: #8B8D8A;
}
.BgClassName
{
background-color: #8B8D8A;
}
</style>
border-color css
<style>
span { border-color: #8B8D8A; }
span { border-color: rgb(139,141,138); }
td.TdClassName
{
border-color: #8B8D8A;
}
.TagClassName
{
border-color: #8B8D8A;
}
</style>