Shades of Sage #92967B
Tints of Sage #92967B
RGB
CMYK
RGB Variations
Color information
#92967B (or 0x92967B) is known color: Sage. HEX triplet: 92, 96 and 7B. RGB value is (146,150,123). Sum of RGB (Red+Green+Blue) = 146+150+123=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #92967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92967B is #6D6984. Grayscale: #919191. Windows color (decimal): -7170437 or 8099474. OLE color: 8099474.
HSL color Cylindrical-coordinate representation of color #92967B: hue angle of 68.89º 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 #92967B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 150 | 123 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.41 |
| HSL | 68.89º | 0.11% | 0.54% | - |
| HSV(B) | 68.89º | 0.18% | 0.59% | - |
| XYZ | 26.34 | 29.35 | 23.02 | - |
| YUV | 145.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 150 | 123 | 0.03 | 0 | 0.18 | 0.41 | 68.89 | 0.11 | 0.54 |
| Hex | 92 | 96 | 7B | 3 | 0 | 12 | 29 | 45 | B | 36 |
| Octal | 222 | 226 | 173 | 3 | 0 | 22 | 51 | 105 | 13 | 66 |
| Binary | 10010010 | 10010110 | 1111011 | 11 | 0 | 10010 | 101001 | 1000101 | 1011 | 110110 |
Color Harmonies of #92967B
Complementary color
Monochromatic Colors of #92967B
Black with #92967B
Text Example
Text Example
White with #92967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92967B; }
p { color: rgb(146,150,123); }
H1.HeaderClassName
{
color: #92967B;
}
.AnyTagClassName
{
color: #92967B;
}
</style>
background-color css
<style>
a { background-color: #92967B; }
a { background-color: rgb(146,150,123); }
div.DivClassName
{
background-color: #92967B;
}
.BgClassName
{
background-color: #92967B;
}
</style>
border-color css
<style>
span { border-color: #92967B; }
span { border-color: rgb(146,150,123); }
td.TdClassName
{
border-color: #92967B;
}
.TagClassName
{
border-color: #92967B;
}
</style>