Shades of Sage #919D7F
Tints of Sage #919D7F
RGB
CMYK
RGB Variations
Color information
#919D7F (or 0x919D7F) is known color: Sage. HEX triplet: 91, 9D and 7F. RGB value is (145,157,127). Sum of RGB (Red+Green+Blue) = 145+157+127=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 157 - color contains mainly: green. Hex color #919D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D7F is #6E6280. Grayscale: #969696. Windows color (decimal): -7234177 or 8363409. OLE color: 8363409.
HSL color Cylindrical-coordinate representation of color #919D7F: hue angle of 84º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919D7F is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 127 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.38 |
| HSL | 84º | 0.13% | 0.56% | - |
| HSV(B) | 84º | 0.19% | 0.62% | - |
| XYZ | 27.56 | 31.67 | 24.74 | - |
| YUV | 149.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 127 | 0.08 | 0 | 0.19 | 0.38 | 84 | 0.13 | 0.56 |
| Hex | 91 | 9D | 7F | 8 | 0 | 13 | 26 | 54 | D | 38 |
| Octal | 221 | 235 | 177 | 10 | 0 | 23 | 46 | 124 | 15 | 70 |
| Binary | 10010001 | 10011101 | 1111111 | 1000 | 0 | 10011 | 100110 | 1010100 | 1101 | 111000 |
Color Harmonies of #919D7F
Complementary color
Monochromatic Colors of #919D7F
Black with #919D7F
Text Example
Text Example
White with #919D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D7F; }
p { color: rgb(145,157,127); }
H1.HeaderClassName
{
color: #919D7F;
}
.AnyTagClassName
{
color: #919D7F;
}
</style>
background-color css
<style>
a { background-color: #919D7F; }
a { background-color: rgb(145,157,127); }
div.DivClassName
{
background-color: #919D7F;
}
.BgClassName
{
background-color: #919D7F;
}
</style>
border-color css
<style>
span { border-color: #919D7F; }
span { border-color: rgb(145,157,127); }
td.TdClassName
{
border-color: #919D7F;
}
.TagClassName
{
border-color: #919D7F;
}
</style>