Shades of Mantle #97B08A
Tints of Mantle #97B08A
RGB
CMYK
RGB Variations
Color information
#97B08A (or 0x97B08A) is known color: Mantle. HEX triplet: 97, B0 and 8A. RGB value is (151,176,138). Sum of RGB (Red+Green+Blue) = 151+176+138=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #97B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B08A is #684F75. Grayscale: #A4A4A4. Windows color (decimal): -6836086 or 9089175. OLE color: 9089175.
HSL color Cylindrical-coordinate representation of color #97B08A: hue angle of 99.47º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97B08A is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 176 | 138 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.31 |
| HSL | 99.47º | 0.19% | 0.62% | - |
| HSV(B) | 99.47º | 0.22% | 0.69% | - |
| XYZ | 32.88 | 39.46 | 29.93 | - |
| YUV | 164.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 176 | 138 | 0.14 | 0 | 0.22 | 0.31 | 99.47 | 0.19 | 0.62 |
| Hex | 97 | B0 | 8A | E | 0 | 16 | 1F | 63 | 13 | 3E |
| Octal | 227 | 260 | 212 | 16 | 0 | 26 | 37 | 143 | 23 | 76 |
| Binary | 10010111 | 10110000 | 10001010 | 1110 | 0 | 10110 | 11111 | 1100011 | 10011 | 111110 |
Color Harmonies of #97B08A
Complementary color
Monochromatic Colors of #97B08A
Black with #97B08A
Text Example
Text Example
White with #97B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B08A; }
p { color: rgb(151,176,138); }
H1.HeaderClassName
{
color: #97B08A;
}
.AnyTagClassName
{
color: #97B08A;
}
</style>
background-color css
<style>
a { background-color: #97B08A; }
a { background-color: rgb(151,176,138); }
div.DivClassName
{
background-color: #97B08A;
}
.BgClassName
{
background-color: #97B08A;
}
</style>
border-color css
<style>
span { border-color: #97B08A; }
span { border-color: rgb(151,176,138); }
td.TdClassName
{
border-color: #97B08A;
}
.TagClassName
{
border-color: #97B08A;
}
</style>