Shades of Sage #919D6F
Tints of Sage #919D6F
RGB
CMYK
RGB Variations
Color information
#919D6F (or 0x919D6F) is known color: Sage. HEX triplet: 91, 9D and 6F. RGB value is (145,157,111). Sum of RGB (Red+Green+Blue) = 145+157+111=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #919D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D6F is #6E6290. Grayscale: #949494. Windows color (decimal): -7234193 or 7314833. OLE color: 7314833.
HSL color Cylindrical-coordinate representation of color #919D6F: hue angle of 75.65º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #919D6F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 111 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.38 |
| HSL | 75.65º | 0.19% | 0.53% | - |
| HSV(B) | 75.65º | 0.29% | 0.62% | - |
| XYZ | 26.6 | 31.28 | 19.67 | - |
| YUV | 148.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 111 | 0.08 | 0 | 0.29 | 0.38 | 75.65 | 0.19 | 0.53 |
| Hex | 91 | 9D | 6F | 8 | 0 | 1D | 26 | 4C | 13 | 35 |
| Octal | 221 | 235 | 157 | 10 | 0 | 35 | 46 | 114 | 23 | 65 |
| Binary | 10010001 | 10011101 | 1101111 | 1000 | 0 | 11101 | 100110 | 1001100 | 10011 | 110101 |
Color Harmonies of #919D6F
Complementary color
Monochromatic Colors of #919D6F
Black with #919D6F
Text Example
Text Example
White with #919D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D6F; }
p { color: rgb(145,157,111); }
H1.HeaderClassName
{
color: #919D6F;
}
.AnyTagClassName
{
color: #919D6F;
}
</style>
background-color css
<style>
a { background-color: #919D6F; }
a { background-color: rgb(145,157,111); }
div.DivClassName
{
background-color: #919D6F;
}
.BgClassName
{
background-color: #919D6F;
}
</style>
border-color css
<style>
span { border-color: #919D6F; }
span { border-color: rgb(145,157,111); }
td.TdClassName
{
border-color: #919D6F;
}
.TagClassName
{
border-color: #919D6F;
}
</style>