Shades of Sage #909982
Tints of Sage #909982
RGB
CMYK
RGB Variations
Color information
#909982 (or 0x909982) is known color: Sage. HEX triplet: 90, 99 and 82. RGB value is (144,153,130). Sum of RGB (Red+Green+Blue) = 144+153+130=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #909982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909982 is #6F667D. Grayscale: #939393. Windows color (decimal): -7300734 or 8558992. OLE color: 8558992.
HSL color Cylindrical-coordinate representation of color #909982: hue angle of 83.48º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #909982 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 130 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.4 |
| HSL | 83.48º | 0.1% | 0.55% | - |
| HSV(B) | 83.48º | 0.15% | 0.6% | - |
| XYZ | 26.92 | 30.32 | 25.55 | - |
| YUV | 147.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 130 | 0.06 | 0 | 0.15 | 0.4 | 83.48 | 0.1 | 0.55 |
| Hex | 90 | 99 | 82 | 6 | 0 | F | 28 | 53 | A | 37 |
| Octal | 220 | 231 | 202 | 6 | 0 | 17 | 50 | 123 | 12 | 67 |
| Binary | 10010000 | 10011001 | 10000010 | 110 | 0 | 1111 | 101000 | 1010011 | 1010 | 110111 |
Color Harmonies of #909982
Complementary color
Monochromatic Colors of #909982
Black with #909982
Text Example
Text Example
White with #909982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909982; }
p { color: rgb(144,153,130); }
H1.HeaderClassName
{
color: #909982;
}
.AnyTagClassName
{
color: #909982;
}
</style>
background-color css
<style>
a { background-color: #909982; }
a { background-color: rgb(144,153,130); }
div.DivClassName
{
background-color: #909982;
}
.BgClassName
{
background-color: #909982;
}
</style>
border-color css
<style>
span { border-color: #909982; }
span { border-color: rgb(144,153,130); }
td.TdClassName
{
border-color: #909982;
}
.TagClassName
{
border-color: #909982;
}
</style>