Shades of Spanish Green #8D918B
Tints of Spanish Green #8D918B
RGB
CMYK
RGB Variations
Color information
#8D918B (or 0x8D918B) is known color: Spanish Green. HEX triplet: 8D, 91 and 8B. RGB value is (141,145,139). Sum of RGB (Red+Green+Blue) = 141+145+139=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 145 - color contains mainly: green. Hex color #8D918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D918B is #726E74. Grayscale: #8F8F8F. Windows color (decimal): -7499381 or 9146765. OLE color: 9146765.
HSL color Cylindrical-coordinate representation of color #8D918B: hue angle of 100º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8D918B is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
RGB | 141 | 145 | 139 | - |
CMYK | 0.03 | 0 | 0.04 | 0.43 |
HSL | 100º | 0.03% | 0.56% | - |
HSV(B) | 100º | 0.04% | 0.57% | - |
XYZ | 25.77 | 27.78 | 28.43 | - |
YUV | 143.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 145 | 139 | 0.03 | 0 | 0.04 | 0.43 | 100 | 0.03 | 0.56 |
Hex | 8D | 91 | 8B | 3 | 0 | 4 | 2B | 64 | 3 | 38 |
Octal | 215 | 221 | 213 | 3 | 0 | 4 | 53 | 144 | 3 | 70 |
Binary | 10001101 | 10010001 | 10001011 | 11 | 0 | 100 | 101011 | 1100100 | 11 | 111000 |
Color Harmonies of #8D918B
Complementary color
Monochromatic Colors of #8D918B
Black with #8D918B
Text Example
Text Example
White with #8D918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D918B; }
p { color: rgb(141,145,139); }
H1.HeaderClassName
{
color: #8D918B;
}
.AnyTagClassName
{
color: #8D918B;
}
</style>
background-color css
<style>
a { background-color: #8D918B; }
a { background-color: rgb(141,145,139); }
div.DivClassName
{
background-color: #8D918B;
}
.BgClassName
{
background-color: #8D918B;
}
</style>
border-color css
<style>
span { border-color: #8D918B; }
span { border-color: rgb(141,145,139); }
td.TdClassName
{
border-color: #8D918B;
}
.TagClassName
{
border-color: #8D918B;
}
</style>