Shades of Sage #92977B
Tints of Sage #92977B
RGB
CMYK
RGB Variations
Color information
#92977B (or 0x92977B) is known color: Sage. HEX triplet: 92, 97 and 7B. RGB value is (146,151,123). Sum of RGB (Red+Green+Blue) = 146+151+123=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 151 - color contains mainly: green. Hex color #92977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92977B is #6D6884. Grayscale: #929292. Windows color (decimal): -7170181 or 8099730. OLE color: 8099730.
HSL color Cylindrical-coordinate representation of color #92977B: hue angle of 70.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92977B is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 151 | 123 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.41 |
| HSL | 70.71º | 0.12% | 0.54% | - |
| HSV(B) | 70.71º | 0.19% | 0.59% | - |
| XYZ | 26.5 | 29.67 | 23.07 | - |
| YUV | 146.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 123 | 0.03 | 0 | 0.19 | 0.41 | 70.71 | 0.12 | 0.54 |
| Hex | 92 | 97 | 7B | 3 | 0 | 13 | 29 | 47 | C | 36 |
| Octal | 222 | 227 | 173 | 3 | 0 | 23 | 51 | 107 | 14 | 66 |
| Binary | 10010010 | 10010111 | 1111011 | 11 | 0 | 10011 | 101001 | 1000111 | 1100 | 110110 |
Color Harmonies of #92977B
Complementary color
Monochromatic Colors of #92977B
Black with #92977B
Text Example
Text Example
White with #92977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92977B; }
p { color: rgb(146,151,123); }
H1.HeaderClassName
{
color: #92977B;
}
.AnyTagClassName
{
color: #92977B;
}
</style>
background-color css
<style>
a { background-color: #92977B; }
a { background-color: rgb(146,151,123); }
div.DivClassName
{
background-color: #92977B;
}
.BgClassName
{
background-color: #92977B;
}
</style>
border-color css
<style>
span { border-color: #92977B; }
span { border-color: rgb(146,151,123); }
td.TdClassName
{
border-color: #92977B;
}
.TagClassName
{
border-color: #92977B;
}
</style>