Shades of Sage #909683
Tints of Sage #909683
RGB
CMYK
RGB Variations
Color information
#909683 (or 0x909683) is known color: Sage. HEX triplet: 90, 96 and 83. RGB value is (144,150,131). Sum of RGB (Red+Green+Blue) = 144+150+131=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #909683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909683 is #6F697C. Grayscale: #929292. Windows color (decimal): -7301501 or 8623760. OLE color: 8623760.
HSL color Cylindrical-coordinate representation of color #909683: hue angle of 78.95º 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 #909683 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 131 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.41 |
| HSL | 78.95º | 0.08% | 0.55% | - |
| HSV(B) | 78.95º | 0.13% | 0.59% | - |
| XYZ | 26.5 | 29.38 | 25.75 | - |
| YUV | 146.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 131 | 0.04 | 0 | 0.13 | 0.41 | 78.95 | 0.08 | 0.55 |
| Hex | 90 | 96 | 83 | 4 | 0 | D | 29 | 4F | 8 | 37 |
| Octal | 220 | 226 | 203 | 4 | 0 | 15 | 51 | 117 | 10 | 67 |
| Binary | 10010000 | 10010110 | 10000011 | 100 | 0 | 1101 | 101001 | 1001111 | 1000 | 110111 |
Color Harmonies of #909683
Complementary color
Monochromatic Colors of #909683
Black with #909683
Text Example
Text Example
White with #909683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909683; }
p { color: rgb(144,150,131); }
H1.HeaderClassName
{
color: #909683;
}
.AnyTagClassName
{
color: #909683;
}
</style>
background-color css
<style>
a { background-color: #909683; }
a { background-color: rgb(144,150,131); }
div.DivClassName
{
background-color: #909683;
}
.BgClassName
{
background-color: #909683;
}
</style>
border-color css
<style>
span { border-color: #909683; }
span { border-color: rgb(144,150,131); }
td.TdClassName
{
border-color: #909683;
}
.TagClassName
{
border-color: #909683;
}
</style>