Shades of Sage #929874
Tints of Sage #929874
RGB
CMYK
RGB Variations
Color information
#929874 (or 0x929874) is known color: Sage. HEX triplet: 92, 98 and 74. RGB value is (146,152,116). Sum of RGB (Red+Green+Blue) = 146+152+116=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #929874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929874 is #6D678B. Grayscale: #929292. Windows color (decimal): -7169932 or 7641234. OLE color: 7641234.
HSL color Cylindrical-coordinate representation of color #929874: hue angle of 70º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #929874 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 116 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.40 |
| HSL | 70º | 0.15% | 0.53% | - |
| HSV(B) | 70º | 0.24% | 0.6% | - |
| XYZ | 26.23 | 29.83 | 20.9 | - |
| YUV | 146.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 116 | 0.04 | 0 | 0.24 | 0.40 | 70 | 0.15 | 0.53 |
| Hex | 92 | 98 | 74 | 4 | 0 | 18 | 28 | 46 | F | 35 |
| Octal | 222 | 230 | 164 | 4 | 0 | 30 | 50 | 106 | 17 | 65 |
| Binary | 10010010 | 10011000 | 1110100 | 100 | 0 | 11000 | 101000 | 1000110 | 1111 | 110101 |
Color Harmonies of #929874
Complementary color
Monochromatic Colors of #929874
Black with #929874
Text Example
Text Example
White with #929874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929874; }
p { color: rgb(146,152,116); }
H1.HeaderClassName
{
color: #929874;
}
.AnyTagClassName
{
color: #929874;
}
</style>
background-color css
<style>
a { background-color: #929874; }
a { background-color: rgb(146,152,116); }
div.DivClassName
{
background-color: #929874;
}
.BgClassName
{
background-color: #929874;
}
</style>
border-color css
<style>
span { border-color: #929874; }
span { border-color: rgb(146,152,116); }
td.TdClassName
{
border-color: #929874;
}
.TagClassName
{
border-color: #929874;
}
</style>