Shades of Sage #92997D
Tints of Sage #92997D
RGB
CMYK
RGB Variations
Color information
#92997D (or 0x92997D) is known color: Sage. HEX triplet: 92, 99 and 7D. RGB value is (146,153,125). Sum of RGB (Red+Green+Blue) = 146+153+125=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #92997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92997D is #6D6682. Grayscale: #939393. Windows color (decimal): -7169667 or 8231314. OLE color: 8231314.
HSL color Cylindrical-coordinate representation of color #92997D: hue angle of 75º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92997D is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 125 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.4 |
| HSL | 75º | 0.12% | 0.55% | - |
| HSV(B) | 75º | 0.18% | 0.6% | - |
| XYZ | 26.95 | 30.37 | 23.84 | - |
| YUV | 147.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 125 | 0.05 | 0 | 0.18 | 0.4 | 75 | 0.12 | 0.55 |
| Hex | 92 | 99 | 7D | 5 | 0 | 12 | 28 | 4B | C | 37 |
| Octal | 222 | 231 | 175 | 5 | 0 | 22 | 50 | 113 | 14 | 67 |
| Binary | 10010010 | 10011001 | 1111101 | 101 | 0 | 10010 | 101000 | 1001011 | 1100 | 110111 |
Color Harmonies of #92997D
Complementary color
Monochromatic Colors of #92997D
Black with #92997D
Text Example
Text Example
White with #92997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92997D; }
p { color: rgb(146,153,125); }
H1.HeaderClassName
{
color: #92997D;
}
.AnyTagClassName
{
color: #92997D;
}
</style>
background-color css
<style>
a { background-color: #92997D; }
a { background-color: rgb(146,153,125); }
div.DivClassName
{
background-color: #92997D;
}
.BgClassName
{
background-color: #92997D;
}
</style>
border-color css
<style>
span { border-color: #92997D; }
span { border-color: rgb(146,153,125); }
td.TdClassName
{
border-color: #92997D;
}
.TagClassName
{
border-color: #92997D;
}
</style>