Shades of Sage #98A07E
Tints of Sage #98A07E
RGB
CMYK
RGB Variations
Color information
#98A07E (or 0x98A07E) is known color: Sage. HEX triplet: 98, A0 and 7E. RGB value is (152,160,126). Sum of RGB (Red+Green+Blue) = 152+160+126=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 160 - color contains mainly: green. Hex color #98A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A07E is #675F81. Grayscale: #999999. Windows color (decimal): -6774658 or 8298648. OLE color: 8298648.
HSL color Cylindrical-coordinate representation of color #98A07E: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98A07E is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 160 | 126 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.37 |
| HSL | 74.12º | 0.15% | 0.56% | - |
| HSV(B) | 74.12º | 0.21% | 0.63% | - |
| XYZ | 29.29 | 33.32 | 24.63 | - |
| YUV | 153.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 160 | 126 | 0.05 | 0 | 0.21 | 0.37 | 74.12 | 0.15 | 0.56 |
| Hex | 98 | A0 | 7E | 5 | 0 | 15 | 25 | 4A | F | 38 |
| Octal | 230 | 240 | 176 | 5 | 0 | 25 | 45 | 112 | 17 | 70 |
| Binary | 10011000 | 10100000 | 1111110 | 101 | 0 | 10101 | 100101 | 1001010 | 1111 | 111000 |
Color Harmonies of #98A07E
Complementary color
Monochromatic Colors of #98A07E
Black with #98A07E
Text Example
Text Example
White with #98A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A07E; }
p { color: rgb(152,160,126); }
H1.HeaderClassName
{
color: #98A07E;
}
.AnyTagClassName
{
color: #98A07E;
}
</style>
background-color css
<style>
a { background-color: #98A07E; }
a { background-color: rgb(152,160,126); }
div.DivClassName
{
background-color: #98A07E;
}
.BgClassName
{
background-color: #98A07E;
}
</style>
border-color css
<style>
span { border-color: #98A07E; }
span { border-color: rgb(152,160,126); }
td.TdClassName
{
border-color: #98A07E;
}
.TagClassName
{
border-color: #98A07E;
}
</style>