Shades of Mantle #909A8A
Tints of Mantle #909A8A
RGB
CMYK
RGB Variations
Color information
#909A8A (or 0x909A8A) is known color: Mantle. HEX triplet: 90, 9A and 8A. RGB value is (144,154,138). Sum of RGB (Red+Green+Blue) = 144+154+138=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 154 - color contains mainly: green. Hex color #909A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909A8A is #6F6575. Grayscale: #959595. Windows color (decimal): -7300470 or 9083536. OLE color: 9083536.
HSL color Cylindrical-coordinate representation of color #909A8A: hue angle of 97.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #909A8A is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
RGB | 144 | 154 | 138 | - |
CMYK | 0.06 | 0 | 0.10 | 0.40 |
HSL | 97.5º | 0.07% | 0.57% | - |
HSV(B) | 97.5º | 0.1% | 0.6% | - |
XYZ | 27.64 | 30.88 | 28.55 | - |
YUV | 149.19 | 121.69 | 124.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 154 | 138 | 0.06 | 0 | 0.10 | 0.40 | 97.5 | 0.07 | 0.57 |
Hex | 90 | 9A | 8A | 6 | 0 | A | 28 | 62 | 7 | 39 |
Octal | 220 | 232 | 212 | 6 | 0 | 12 | 50 | 142 | 7 | 71 |
Binary | 10010000 | 10011010 | 10001010 | 110 | 0 | 1010 | 101000 | 1100010 | 111 | 111001 |
Color Harmonies of #909A8A
Complementary color
Monochromatic Colors of #909A8A
Black with #909A8A
Text Example
Text Example
White with #909A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A8A; }
p { color: rgb(144,154,138); }
H1.HeaderClassName
{
color: #909A8A;
}
.AnyTagClassName
{
color: #909A8A;
}
</style>
background-color css
<style>
a { background-color: #909A8A; }
a { background-color: rgb(144,154,138); }
div.DivClassName
{
background-color: #909A8A;
}
.BgClassName
{
background-color: #909A8A;
}
</style>
border-color css
<style>
span { border-color: #909A8A; }
span { border-color: rgb(144,154,138); }
td.TdClassName
{
border-color: #909A8A;
}
.TagClassName
{
border-color: #909A8A;
}
</style>