Shades of Sage #919683
Tints of Sage #919683
RGB
CMYK
RGB Variations
Color information
#919683 (or 0x919683) is known color: Sage. HEX triplet: 91, 96 and 83. RGB value is (145,150,131). Sum of RGB (Red+Green+Blue) = 145+150+131=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #919683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919683 is #6E697C. Grayscale: #929292. Windows color (decimal): -7235965 or 8623761. OLE color: 8623761.
HSL color Cylindrical-coordinate representation of color #919683: hue angle of 75.79º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919683 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 131 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.41 |
| HSL | 75.79º | 0.08% | 0.55% | - |
| HSV(B) | 75.79º | 0.13% | 0.59% | - |
| XYZ | 26.68 | 29.47 | 25.76 | - |
| YUV | 146.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 131 | 0.03 | 0 | 0.13 | 0.41 | 75.79 | 0.08 | 0.55 |
| Hex | 91 | 96 | 83 | 3 | 0 | D | 29 | 4C | 8 | 37 |
| Octal | 221 | 226 | 203 | 3 | 0 | 15 | 51 | 114 | 10 | 67 |
| Binary | 10010001 | 10010110 | 10000011 | 11 | 0 | 1101 | 101001 | 1001100 | 1000 | 110111 |
Color Harmonies of #919683
Complementary color
Monochromatic Colors of #919683
Black with #919683
Text Example
Text Example
White with #919683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919683; }
p { color: rgb(145,150,131); }
H1.HeaderClassName
{
color: #919683;
}
.AnyTagClassName
{
color: #919683;
}
</style>
background-color css
<style>
a { background-color: #919683; }
a { background-color: rgb(145,150,131); }
div.DivClassName
{
background-color: #919683;
}
.BgClassName
{
background-color: #919683;
}
</style>
border-color css
<style>
span { border-color: #919683; }
span { border-color: rgb(145,150,131); }
td.TdClassName
{
border-color: #919683;
}
.TagClassName
{
border-color: #919683;
}
</style>