Shades of Sage #909981
Tints of Sage #909981
RGB
CMYK
RGB Variations
Color information
#909981 (or 0x909981) is known color: Sage. HEX triplet: 90, 99 and 81. RGB value is (144,153,129). Sum of RGB (Red+Green+Blue) = 144+153+129=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #909981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909981 is #6F667E. Grayscale: #939393. Windows color (decimal): -7300735 or 8493456. OLE color: 8493456.
HSL color Cylindrical-coordinate representation of color #909981: hue angle of 82.5º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #909981 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 129 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.4 |
| HSL | 82.5º | 0.11% | 0.55% | - |
| HSV(B) | 82.5º | 0.16% | 0.6% | - |
| XYZ | 26.86 | 30.3 | 25.2 | - |
| YUV | 147.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 129 | 0.06 | 0 | 0.16 | 0.4 | 82.5 | 0.11 | 0.55 |
| Hex | 90 | 99 | 81 | 6 | 0 | 10 | 28 | 52 | B | 37 |
| Octal | 220 | 231 | 201 | 6 | 0 | 20 | 50 | 122 | 13 | 67 |
| Binary | 10010000 | 10011001 | 10000001 | 110 | 0 | 10000 | 101000 | 1010010 | 1011 | 110111 |
Color Harmonies of #909981
Complementary color
Monochromatic Colors of #909981
Black with #909981
Text Example
Text Example
White with #909981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909981; }
p { color: rgb(144,153,129); }
H1.HeaderClassName
{
color: #909981;
}
.AnyTagClassName
{
color: #909981;
}
</style>
background-color css
<style>
a { background-color: #909981; }
a { background-color: rgb(144,153,129); }
div.DivClassName
{
background-color: #909981;
}
.BgClassName
{
background-color: #909981;
}
</style>
border-color css
<style>
span { border-color: #909981; }
span { border-color: rgb(144,153,129); }
td.TdClassName
{
border-color: #909981;
}
.TagClassName
{
border-color: #909981;
}
</style>