Shades of Sage #909B81
Tints of Sage #909B81
RGB
CMYK
RGB Variations
Color information
#909B81 (or 0x909B81) is known color: Sage. HEX triplet: 90, 9B and 81. RGB value is (144,155,129). Sum of RGB (Red+Green+Blue) = 144+155+129=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #909B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B81 is #6F647E. Grayscale: #949494. Windows color (decimal): -7300223 or 8493968. OLE color: 8493968.
HSL color Cylindrical-coordinate representation of color #909B81: hue angle of 85.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #909B81 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 129 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.39 |
| HSL | 85.38º | 0.12% | 0.56% | - |
| HSV(B) | 85.38º | 0.17% | 0.61% | - |
| XYZ | 27.19 | 30.96 | 25.31 | - |
| YUV | 148.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 129 | 0.07 | 0 | 0.17 | 0.39 | 85.38 | 0.12 | 0.56 |
| Hex | 90 | 9B | 81 | 7 | 0 | 11 | 27 | 55 | C | 38 |
| Octal | 220 | 233 | 201 | 7 | 0 | 21 | 47 | 125 | 14 | 70 |
| Binary | 10010000 | 10011011 | 10000001 | 111 | 0 | 10001 | 100111 | 1010101 | 1100 | 111000 |
Color Harmonies of #909B81
Complementary color
Monochromatic Colors of #909B81
Black with #909B81
Text Example
Text Example
White with #909B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B81; }
p { color: rgb(144,155,129); }
H1.HeaderClassName
{
color: #909B81;
}
.AnyTagClassName
{
color: #909B81;
}
</style>
background-color css
<style>
a { background-color: #909B81; }
a { background-color: rgb(144,155,129); }
div.DivClassName
{
background-color: #909B81;
}
.BgClassName
{
background-color: #909B81;
}
</style>
border-color css
<style>
span { border-color: #909B81; }
span { border-color: rgb(144,155,129); }
td.TdClassName
{
border-color: #909B81;
}
.TagClassName
{
border-color: #909B81;
}
</style>