Shades of Sage #97997A
Tints of Sage #97997A
RGB
CMYK
RGB Variations
Color information
#97997A (or 0x97997A) is known color: Sage. HEX triplet: 97, 99 and 7A. RGB value is (151,153,122). Sum of RGB (Red+Green+Blue) = 151+153+122=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #97997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97997A is #686685. Grayscale: #949494. Windows color (decimal): -6841990 or 8034711. OLE color: 8034711.
HSL color Cylindrical-coordinate representation of color #97997A: hue angle of 63.87º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #97997A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 151 | 153 | 122 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.4 |
| HSL | 63.87º | 0.13% | 0.54% | - |
| HSV(B) | 63.87º | 0.2% | 0.6% | - |
| XYZ | 27.67 | 30.77 | 22.89 | - |
| YUV | 148.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 153 | 122 | 0.01 | 0 | 0.20 | 0.4 | 63.87 | 0.13 | 0.54 |
| Hex | 97 | 99 | 7A | 1 | 0 | 14 | 28 | 40 | D | 36 |
| Octal | 227 | 231 | 172 | 1 | 0 | 24 | 50 | 100 | 15 | 66 |
| Binary | 10010111 | 10011001 | 1111010 | 1 | 0 | 10100 | 101000 | 1000000 | 1101 | 110110 |
Color Harmonies of #97997A
Complementary color
Monochromatic Colors of #97997A
Black with #97997A
Text Example
Text Example
White with #97997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97997A; }
p { color: rgb(151,153,122); }
H1.HeaderClassName
{
color: #97997A;
}
.AnyTagClassName
{
color: #97997A;
}
</style>
background-color css
<style>
a { background-color: #97997A; }
a { background-color: rgb(151,153,122); }
div.DivClassName
{
background-color: #97997A;
}
.BgClassName
{
background-color: #97997A;
}
</style>
border-color css
<style>
span { border-color: #97997A; }
span { border-color: rgb(151,153,122); }
td.TdClassName
{
border-color: #97997A;
}
.TagClassName
{
border-color: #97997A;
}
</style>