Shades of Sage #929879
Tints of Sage #929879
RGB
CMYK
RGB Variations
Color information
#929879 (or 0x929879) is known color: Sage. HEX triplet: 92, 98 and 79. RGB value is (146,152,121). Sum of RGB (Red+Green+Blue) = 146+152+121=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #929879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929879 is #6D6786. Grayscale: #929292. Windows color (decimal): -7169927 or 7968914. OLE color: 7968914.
HSL color Cylindrical-coordinate representation of color #929879: hue angle of 71.61º 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 #929879 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 121 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.40 |
| HSL | 71.61º | 0.13% | 0.54% | - |
| HSV(B) | 71.61º | 0.2% | 0.6% | - |
| XYZ | 26.53 | 29.95 | 22.47 | - |
| YUV | 146.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 121 | 0.04 | 0 | 0.20 | 0.40 | 71.61 | 0.13 | 0.54 |
| Hex | 92 | 98 | 79 | 4 | 0 | 14 | 28 | 48 | D | 36 |
| Octal | 222 | 230 | 171 | 4 | 0 | 24 | 50 | 110 | 15 | 66 |
| Binary | 10010010 | 10011000 | 1111001 | 100 | 0 | 10100 | 101000 | 1001000 | 1101 | 110110 |
Color Harmonies of #929879
Complementary color
Monochromatic Colors of #929879
Black with #929879
Text Example
Text Example
White with #929879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929879; }
p { color: rgb(146,152,121); }
H1.HeaderClassName
{
color: #929879;
}
.AnyTagClassName
{
color: #929879;
}
</style>
background-color css
<style>
a { background-color: #929879; }
a { background-color: rgb(146,152,121); }
div.DivClassName
{
background-color: #929879;
}
.BgClassName
{
background-color: #929879;
}
</style>
border-color css
<style>
span { border-color: #929879; }
span { border-color: rgb(146,152,121); }
td.TdClassName
{
border-color: #929879;
}
.TagClassName
{
border-color: #929879;
}
</style>