Shades of Sage #929F6D
Tints of Sage #929F6D
RGB
CMYK
RGB Variations
Color information
#929F6D (or 0x929F6D) is known color: Sage. HEX triplet: 92, 9F and 6D. RGB value is (146,159,109). Sum of RGB (Red+Green+Blue) = 146+159+109=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #929F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929F6D is #6D6092. Grayscale: #959595. Windows color (decimal): -7168147 or 7184274. OLE color: 7184274.
HSL color Cylindrical-coordinate representation of color #929F6D: hue angle of 75.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #929F6D is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 159 | 109 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.38 |
| HSL | 75.6º | 0.21% | 0.53% | - |
| HSV(B) | 75.6º | 0.31% | 0.62% | - |
| XYZ | 27.01 | 32.01 | 19.22 | - |
| YUV | 149.41 | 105.19 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 159 | 109 | 0.08 | 0 | 0.31 | 0.38 | 75.6 | 0.21 | 0.53 |
| Hex | 92 | 9F | 6D | 8 | 0 | 1F | 26 | 4C | 15 | 35 |
| Octal | 222 | 237 | 155 | 10 | 0 | 37 | 46 | 114 | 25 | 65 |
| Binary | 10010010 | 10011111 | 1101101 | 1000 | 0 | 11111 | 100110 | 1001100 | 10101 | 110101 |
Color Harmonies of #929F6D
Complementary color
Monochromatic Colors of #929F6D
Black with #929F6D
Text Example
Text Example
White with #929F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929F6D; }
p { color: rgb(146,159,109); }
H1.HeaderClassName
{
color: #929F6D;
}
.AnyTagClassName
{
color: #929F6D;
}
</style>
background-color css
<style>
a { background-color: #929F6D; }
a { background-color: rgb(146,159,109); }
div.DivClassName
{
background-color: #929F6D;
}
.BgClassName
{
background-color: #929F6D;
}
</style>
border-color css
<style>
span { border-color: #929F6D; }
span { border-color: rgb(146,159,109); }
td.TdClassName
{
border-color: #929F6D;
}
.TagClassName
{
border-color: #929F6D;
}
</style>