Shades of Mantle #919D8A
Tints of Mantle #919D8A
RGB
CMYK
RGB Variations
Color information
#919D8A (or 0x919D8A) is known color: Mantle. HEX triplet: 91, 9D and 8A. RGB value is (145,157,138). Sum of RGB (Red+Green+Blue) = 145+157+138=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 157 - color contains mainly: green. Hex color #919D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D8A is #6E6275. Grayscale: #979797. Windows color (decimal): -7234166 or 9084305. OLE color: 9084305.
HSL color Cylindrical-coordinate representation of color #919D8A: hue angle of 97.89º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #919D8A is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 138 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.38 |
| HSL | 97.89º | 0.09% | 0.58% | - |
| HSV(B) | 97.89º | 0.12% | 0.62% | - |
| XYZ | 28.32 | 31.97 | 28.72 | - |
| YUV | 151.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 138 | 0.08 | 0 | 0.12 | 0.38 | 97.89 | 0.09 | 0.58 |
| Hex | 91 | 9D | 8A | 8 | 0 | C | 26 | 62 | 9 | 3A |
| Octal | 221 | 235 | 212 | 10 | 0 | 14 | 46 | 142 | 11 | 72 |
| Binary | 10010001 | 10011101 | 10001010 | 1000 | 0 | 1100 | 100110 | 1100010 | 1001 | 111010 |
Color Harmonies of #919D8A
Complementary color
Monochromatic Colors of #919D8A
Black with #919D8A
Text Example
Text Example
White with #919D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D8A; }
p { color: rgb(145,157,138); }
H1.HeaderClassName
{
color: #919D8A;
}
.AnyTagClassName
{
color: #919D8A;
}
</style>
background-color css
<style>
a { background-color: #919D8A; }
a { background-color: rgb(145,157,138); }
div.DivClassName
{
background-color: #919D8A;
}
.BgClassName
{
background-color: #919D8A;
}
</style>
border-color css
<style>
span { border-color: #919D8A; }
span { border-color: rgb(145,157,138); }
td.TdClassName
{
border-color: #919D8A;
}
.TagClassName
{
border-color: #919D8A;
}
</style>