Shades of Mantle #97A295
Tints of Mantle #97A295
RGB
CMYK
RGB Variations
Color information
#97A295 (or 0x97A295) is known color: Mantle. HEX triplet: 97, A2 and 95. RGB value is (151,162,149). Sum of RGB (Red+Green+Blue) = 151+162+149=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #97A295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A295 is #685D6A. Grayscale: #9D9D9D. Windows color (decimal): -6839659 or 9806487. OLE color: 9806487.
HSL color Cylindrical-coordinate representation of color #97A295: hue angle of 110.77º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #97A295 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 149 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.36 |
| HSL | 110.77º | 0.07% | 0.61% | - |
| HSV(B) | 110.77º | 0.08% | 0.64% | - |
| XYZ | 31.11 | 34.59 | 33.47 | - |
| YUV | 157.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 149 | 0.07 | 0 | 0.08 | 0.36 | 110.77 | 0.07 | 0.61 |
| Hex | 97 | A2 | 95 | 7 | 0 | 8 | 24 | 6F | 7 | 3D |
| Octal | 227 | 242 | 225 | 7 | 0 | 10 | 44 | 157 | 7 | 75 |
| Binary | 10010111 | 10100010 | 10010101 | 111 | 0 | 1000 | 100100 | 1101111 | 111 | 111101 |
Color Harmonies of #97A295
Complementary color
Monochromatic Colors of #97A295
Black with #97A295
Text Example
Text Example
White with #97A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A295; }
p { color: rgb(151,162,149); }
H1.HeaderClassName
{
color: #97A295;
}
.AnyTagClassName
{
color: #97A295;
}
</style>
background-color css
<style>
a { background-color: #97A295; }
a { background-color: rgb(151,162,149); }
div.DivClassName
{
background-color: #97A295;
}
.BgClassName
{
background-color: #97A295;
}
</style>
border-color css
<style>
span { border-color: #97A295; }
span { border-color: rgb(151,162,149); }
td.TdClassName
{
border-color: #97A295;
}
.TagClassName
{
border-color: #97A295;
}
</style>