Shades of Sage #92987F
Tints of Sage #92987F
RGB
CMYK
RGB Variations
Color information
#92987F (or 0x92987F) is known color: Sage. HEX triplet: 92, 98 and 7F. RGB value is (146,152,127). Sum of RGB (Red+Green+Blue) = 146+152+127=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #92987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92987F is #6D6780. Grayscale: #939393. Windows color (decimal): -7169921 or 8362130. OLE color: 8362130.
HSL color Cylindrical-coordinate representation of color #92987F: hue angle of 74.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92987F is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 152 | 127 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.40 |
| HSL | 74.4º | 0.11% | 0.55% | - |
| HSV(B) | 74.4º | 0.16% | 0.6% | - |
| XYZ | 26.91 | 30.1 | 24.47 | - |
| YUV | 147.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 152 | 127 | 0.04 | 0 | 0.16 | 0.40 | 74.4 | 0.11 | 0.55 |
| Hex | 92 | 98 | 7F | 4 | 0 | 10 | 28 | 4A | B | 37 |
| Octal | 222 | 230 | 177 | 4 | 0 | 20 | 50 | 112 | 13 | 67 |
| Binary | 10010010 | 10011000 | 1111111 | 100 | 0 | 10000 | 101000 | 1001010 | 1011 | 110111 |
Color Harmonies of #92987F
Complementary color
Monochromatic Colors of #92987F
Black with #92987F
Text Example
Text Example
White with #92987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92987F; }
p { color: rgb(146,152,127); }
H1.HeaderClassName
{
color: #92987F;
}
.AnyTagClassName
{
color: #92987F;
}
</style>
background-color css
<style>
a { background-color: #92987F; }
a { background-color: rgb(146,152,127); }
div.DivClassName
{
background-color: #92987F;
}
.BgClassName
{
background-color: #92987F;
}
</style>
border-color css
<style>
span { border-color: #92987F; }
span { border-color: rgb(146,152,127); }
td.TdClassName
{
border-color: #92987F;
}
.TagClassName
{
border-color: #92987F;
}
</style>