Shades of Sage #929D7D
Tints of Sage #929D7D
RGB
CMYK
RGB Variations
Color information
#929D7D (or 0x929D7D) is known color: Sage. HEX triplet: 92, 9D and 7D. RGB value is (146,157,125). Sum of RGB (Red+Green+Blue) = 146+157+125=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #929D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929D7D is #6D6282. Grayscale: #969696. Windows color (decimal): -7168643 or 8232338. OLE color: 8232338.
HSL color Cylindrical-coordinate representation of color #929D7D: hue angle of 80.62º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #929D7D is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 157 | 125 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.38 |
| HSL | 80.63º | 0.14% | 0.55% | - |
| HSV(B) | 80.63º | 0.2% | 0.62% | - |
| XYZ | 27.61 | 31.71 | 24.07 | - |
| YUV | 150.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 125 | 0.07 | 0 | 0.20 | 0.38 | 80.63 | 0.14 | 0.55 |
| Hex | 92 | 9D | 7D | 7 | 0 | 14 | 26 | 51 | E | 37 |
| Octal | 222 | 235 | 175 | 7 | 0 | 24 | 46 | 121 | 16 | 67 |
| Binary | 10010010 | 10011101 | 1111101 | 111 | 0 | 10100 | 100110 | 1010001 | 1110 | 110111 |
Color Harmonies of #929D7D
Complementary color
Monochromatic Colors of #929D7D
Black with #929D7D
Text Example
Text Example
White with #929D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929D7D; }
p { color: rgb(146,157,125); }
H1.HeaderClassName
{
color: #929D7D;
}
.AnyTagClassName
{
color: #929D7D;
}
</style>
background-color css
<style>
a { background-color: #929D7D; }
a { background-color: rgb(146,157,125); }
div.DivClassName
{
background-color: #929D7D;
}
.BgClassName
{
background-color: #929D7D;
}
</style>
border-color css
<style>
span { border-color: #929D7D; }
span { border-color: rgb(146,157,125); }
td.TdClassName
{
border-color: #929D7D;
}
.TagClassName
{
border-color: #929D7D;
}
</style>