Shades of Sage #92957B
Tints of Sage #92957B
RGB
CMYK
RGB Variations
Color information
#92957B (or 0x92957B) is known color: Sage. HEX triplet: 92, 95 and 7B. RGB value is (146,149,123). Sum of RGB (Red+Green+Blue) = 146+149+123=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #92957B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92957B is #6D6A84. Grayscale: #919191. Windows color (decimal): -7170693 or 8099218. OLE color: 8099218.
HSL color Cylindrical-coordinate representation of color #92957B: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #92957B is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 123 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.42 |
| HSL | 66.92º | 0.11% | 0.53% | - |
| HSV(B) | 66.92º | 0.17% | 0.58% | - |
| XYZ | 26.18 | 29.04 | 22.96 | - |
| YUV | 145.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 123 | 0.02 | 0 | 0.17 | 0.42 | 66.92 | 0.11 | 0.53 |
| Hex | 92 | 95 | 7B | 2 | 0 | 11 | 2A | 43 | B | 35 |
| Octal | 222 | 225 | 173 | 2 | 0 | 21 | 52 | 103 | 13 | 65 |
| Binary | 10010010 | 10010101 | 1111011 | 10 | 0 | 10001 | 101010 | 1000011 | 1011 | 110101 |
Color Harmonies of #92957B
Complementary color
Monochromatic Colors of #92957B
Black with #92957B
Text Example
Text Example
White with #92957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92957B; }
p { color: rgb(146,149,123); }
H1.HeaderClassName
{
color: #92957B;
}
.AnyTagClassName
{
color: #92957B;
}
</style>
background-color css
<style>
a { background-color: #92957B; }
a { background-color: rgb(146,149,123); }
div.DivClassName
{
background-color: #92957B;
}
.BgClassName
{
background-color: #92957B;
}
</style>
border-color css
<style>
span { border-color: #92957B; }
span { border-color: rgb(146,149,123); }
td.TdClassName
{
border-color: #92957B;
}
.TagClassName
{
border-color: #92957B;
}
</style>