Shades of Sage #909681
Tints of Sage #909681
RGB
CMYK
RGB Variations
Color information
#909681 (or 0x909681) is known color: Sage. HEX triplet: 90, 96 and 81. RGB value is (144,150,129). Sum of RGB (Red+Green+Blue) = 144+150+129=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #909681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909681 is #6F697E. Grayscale: #919191. Windows color (decimal): -7301503 or 8492688. OLE color: 8492688.
HSL color Cylindrical-coordinate representation of color #909681: hue angle of 77.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #909681 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 129 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.41 |
| HSL | 77.14º | 0.09% | 0.55% | - |
| HSV(B) | 77.14º | 0.14% | 0.59% | - |
| XYZ | 26.37 | 29.33 | 25.04 | - |
| YUV | 145.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 129 | 0.04 | 0 | 0.14 | 0.41 | 77.14 | 0.09 | 0.55 |
| Hex | 90 | 96 | 81 | 4 | 0 | E | 29 | 4D | 9 | 37 |
| Octal | 220 | 226 | 201 | 4 | 0 | 16 | 51 | 115 | 11 | 67 |
| Binary | 10010000 | 10010110 | 10000001 | 100 | 0 | 1110 | 101001 | 1001101 | 1001 | 110111 |
Color Harmonies of #909681
Complementary color
Monochromatic Colors of #909681
Black with #909681
Text Example
Text Example
White with #909681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909681; }
p { color: rgb(144,150,129); }
H1.HeaderClassName
{
color: #909681;
}
.AnyTagClassName
{
color: #909681;
}
</style>
background-color css
<style>
a { background-color: #909681; }
a { background-color: rgb(144,150,129); }
div.DivClassName
{
background-color: #909681;
}
.BgClassName
{
background-color: #909681;
}
</style>
border-color css
<style>
span { border-color: #909681; }
span { border-color: rgb(144,150,129); }
td.TdClassName
{
border-color: #909681;
}
.TagClassName
{
border-color: #909681;
}
</style>