Shades of Sage #909680
Tints of Sage #909680
RGB
CMYK
RGB Variations
Color information
#909680 (or 0x909680) is known color: Sage. HEX triplet: 90, 96 and 80. RGB value is (144,150,128). Sum of RGB (Red+Green+Blue) = 144+150+128=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 150 - color contains mainly: green. Hex color #909680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909680 is #6F697F. Grayscale: #919191. Windows color (decimal): -7301504 or 8427152. OLE color: 8427152.
HSL color Cylindrical-coordinate representation of color #909680: hue angle of 76.36º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #909680 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 128 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.41 |
| HSL | 76.36º | 0.09% | 0.55% | - |
| HSV(B) | 76.36º | 0.15% | 0.59% | - |
| XYZ | 26.3 | 29.3 | 24.69 | - |
| YUV | 145.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 128 | 0.04 | 0 | 0.15 | 0.41 | 76.36 | 0.09 | 0.55 |
| Hex | 90 | 96 | 80 | 4 | 0 | F | 29 | 4C | 9 | 37 |
| Octal | 220 | 226 | 200 | 4 | 0 | 17 | 51 | 114 | 11 | 67 |
| Binary | 10010000 | 10010110 | 10000000 | 100 | 0 | 1111 | 101001 | 1001100 | 1001 | 110111 |
Color Harmonies of #909680
Complementary color
Monochromatic Colors of #909680
Black with #909680
Text Example
Text Example
White with #909680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909680; }
p { color: rgb(144,150,128); }
H1.HeaderClassName
{
color: #909680;
}
.AnyTagClassName
{
color: #909680;
}
</style>
background-color css
<style>
a { background-color: #909680; }
a { background-color: rgb(144,150,128); }
div.DivClassName
{
background-color: #909680;
}
.BgClassName
{
background-color: #909680;
}
</style>
border-color css
<style>
span { border-color: #909680; }
span { border-color: rgb(144,150,128); }
td.TdClassName
{
border-color: #909680;
}
.TagClassName
{
border-color: #909680;
}
</style>