Shades of Mantle #909F8A
Tints of Mantle #909F8A
RGB
CMYK
RGB Variations
Color information
#909F8A (or 0x909F8A) is known color: Mantle. HEX triplet: 90, 9F and 8A. RGB value is (144,159,138). Sum of RGB (Red+Green+Blue) = 144+159+138=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 159 - color contains mainly: green. Hex color #909F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909F8A is #6F6075. Grayscale: #989898. Windows color (decimal): -7299190 or 9084816. OLE color: 9084816.
HSL color Cylindrical-coordinate representation of color #909F8A: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #909F8A is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 159 | 138 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.38 |
| HSL | 102.86º | 0.1% | 0.58% | - |
| HSV(B) | 102.86º | 0.13% | 0.62% | - |
| XYZ | 28.49 | 32.56 | 28.83 | - |
| YUV | 152.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 159 | 138 | 0.09 | 0 | 0.13 | 0.38 | 102.86 | 0.1 | 0.58 |
| Hex | 90 | 9F | 8A | 9 | 0 | D | 26 | 67 | A | 3A |
| Octal | 220 | 237 | 212 | 11 | 0 | 15 | 46 | 147 | 12 | 72 |
| Binary | 10010000 | 10011111 | 10001010 | 1001 | 0 | 1101 | 100110 | 1100111 | 1010 | 111010 |
Color Harmonies of #909F8A
Complementary color
Monochromatic Colors of #909F8A
Black with #909F8A
Text Example
Text Example
White with #909F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909F8A; }
p { color: rgb(144,159,138); }
H1.HeaderClassName
{
color: #909F8A;
}
.AnyTagClassName
{
color: #909F8A;
}
</style>
background-color css
<style>
a { background-color: #909F8A; }
a { background-color: rgb(144,159,138); }
div.DivClassName
{
background-color: #909F8A;
}
.BgClassName
{
background-color: #909F8A;
}
</style>
border-color css
<style>
span { border-color: #909F8A; }
span { border-color: rgb(144,159,138); }
td.TdClassName
{
border-color: #909F8A;
}
.TagClassName
{
border-color: #909F8A;
}
</style>