Shades of Sage #92977C
Tints of Sage #92977C
RGB
CMYK
RGB Variations
Color information
#92977C (or 0x92977C) is known color: Sage. HEX triplet: 92, 97 and 7C. RGB value is (146,151,124). Sum of RGB (Red+Green+Blue) = 146+151+124=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 151 - color contains mainly: green. Hex color #92977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92977C is #6D6883. Grayscale: #929292. Windows color (decimal): -7170180 or 8165266. OLE color: 8165266.
HSL color Cylindrical-coordinate representation of color #92977C: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92977C is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 151 | 124 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.41 |
| HSL | 71.11º | 0.11% | 0.54% | - |
| HSV(B) | 71.11º | 0.18% | 0.59% | - |
| XYZ | 26.56 | 29.7 | 23.4 | - |
| YUV | 146.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 151 | 124 | 0.03 | 0 | 0.18 | 0.41 | 71.11 | 0.11 | 0.54 |
| Hex | 92 | 97 | 7C | 3 | 0 | 12 | 29 | 47 | B | 36 |
| Octal | 222 | 227 | 174 | 3 | 0 | 22 | 51 | 107 | 13 | 66 |
| Binary | 10010010 | 10010111 | 1111100 | 11 | 0 | 10010 | 101001 | 1000111 | 1011 | 110110 |
Color Harmonies of #92977C
Complementary color
Monochromatic Colors of #92977C
Black with #92977C
Text Example
Text Example
White with #92977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92977C; }
p { color: rgb(146,151,124); }
H1.HeaderClassName
{
color: #92977C;
}
.AnyTagClassName
{
color: #92977C;
}
</style>
background-color css
<style>
a { background-color: #92977C; }
a { background-color: rgb(146,151,124); }
div.DivClassName
{
background-color: #92977C;
}
.BgClassName
{
background-color: #92977C;
}
</style>
border-color css
<style>
span { border-color: #92977C; }
span { border-color: rgb(146,151,124); }
td.TdClassName
{
border-color: #92977C;
}
.TagClassName
{
border-color: #92977C;
}
</style>