Shades of Sage #92967F
Tints of Sage #92967F
RGB
CMYK
RGB Variations
Color information
#92967F (or 0x92967F) is known color: Sage. HEX triplet: 92, 96 and 7F. RGB value is (146,150,127). Sum of RGB (Red+Green+Blue) = 146+150+127=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #92967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92967F is #6D6980. Grayscale: #929292. Windows color (decimal): -7170433 or 8361618. OLE color: 8361618.
HSL color Cylindrical-coordinate representation of color #92967F: hue angle of 70.43º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92967F is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 127 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.41 |
| HSL | 70.43º | 0.1% | 0.54% | - |
| HSV(B) | 70.43º | 0.15% | 0.59% | - |
| XYZ | 26.59 | 29.46 | 24.36 | - |
| YUV | 146.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 127 | 0.03 | 0 | 0.15 | 0.41 | 70.43 | 0.1 | 0.54 |
| Hex | 92 | 96 | 7F | 3 | 0 | F | 29 | 46 | A | 36 |
| Octal | 222 | 226 | 177 | 3 | 0 | 17 | 51 | 106 | 12 | 66 |
| Binary | 10010010 | 10010110 | 1111111 | 11 | 0 | 1111 | 101001 | 1000110 | 1010 | 110110 |
Color Harmonies of #92967F
Complementary color
Monochromatic Colors of #92967F
Black with #92967F
Text Example
Text Example
White with #92967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92967F; }
p { color: rgb(146,150,127); }
H1.HeaderClassName
{
color: #92967F;
}
.AnyTagClassName
{
color: #92967F;
}
</style>
background-color css
<style>
a { background-color: #92967F; }
a { background-color: rgb(146,150,127); }
div.DivClassName
{
background-color: #92967F;
}
.BgClassName
{
background-color: #92967F;
}
</style>
border-color css
<style>
span { border-color: #92967F; }
span { border-color: rgb(146,150,127); }
td.TdClassName
{
border-color: #92967F;
}
.TagClassName
{
border-color: #92967F;
}
</style>