Shades of Sage #98A085
Tints of Sage #98A085
RGB
CMYK
RGB Variations
Color information
#98A085 (or 0x98A085) is known color: Sage. HEX triplet: 98, A0 and 85. RGB value is (152,160,133). Sum of RGB (Red+Green+Blue) = 152+160+133=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #98A085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A085 is #675F7A. Grayscale: #9A9A9A. Windows color (decimal): -6774651 or 8757400. OLE color: 8757400.
HSL color Cylindrical-coordinate representation of color #98A085: hue angle of 77.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98A085 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 133 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.37 |
| HSL | 77.78º | 0.12% | 0.57% | - |
| HSV(B) | 77.78º | 0.17% | 0.63% | - |
| XYZ | 29.75 | 33.51 | 27.09 | - |
| YUV | 154.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 133 | 0.05 | 0 | 0.17 | 0.37 | 77.78 | 0.12 | 0.57 |
| Hex | 98 | A0 | 85 | 5 | 0 | 11 | 25 | 4E | C | 39 |
| Octal | 230 | 240 | 205 | 5 | 0 | 21 | 45 | 116 | 14 | 71 |
| Binary | 10011000 | 10100000 | 10000101 | 101 | 0 | 10001 | 100101 | 1001110 | 1100 | 111001 |
Color Harmonies of #98A085
Complementary color
Monochromatic Colors of #98A085
Black with #98A085
Text Example
Text Example
White with #98A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A085; }
p { color: rgb(152,160,133); }
H1.HeaderClassName
{
color: #98A085;
}
.AnyTagClassName
{
color: #98A085;
}
</style>
background-color css
<style>
a { background-color: #98A085; }
a { background-color: rgb(152,160,133); }
div.DivClassName
{
background-color: #98A085;
}
.BgClassName
{
background-color: #98A085;
}
</style>
border-color css
<style>
span { border-color: #98A085; }
span { border-color: rgb(152,160,133); }
td.TdClassName
{
border-color: #98A085;
}
.TagClassName
{
border-color: #98A085;
}
</style>