Shades of Sage #98A47D
Tints of Sage #98A47D
RGB
CMYK
RGB Variations
Color information
#98A47D (or 0x98A47D) is known color: Sage. HEX triplet: 98, A4 and 7D. RGB value is (152,164,125). Sum of RGB (Red+Green+Blue) = 152+164+125=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #98A47D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A47D is #675B82. Grayscale: #9C9C9C. Windows color (decimal): -6773635 or 8234136. OLE color: 8234136.
HSL color Cylindrical-coordinate representation of color #98A47D: hue angle of 78.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98A47D is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 164 | 125 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.36 |
| HSL | 78.46º | 0.18% | 0.57% | - |
| HSV(B) | 78.46º | 0.24% | 0.64% | - |
| XYZ | 29.93 | 34.71 | 24.52 | - |
| YUV | 155.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 164 | 125 | 0.07 | 0 | 0.24 | 0.36 | 78.46 | 0.18 | 0.57 |
| Hex | 98 | A4 | 7D | 7 | 0 | 18 | 24 | 4E | 12 | 39 |
| Octal | 230 | 244 | 175 | 7 | 0 | 30 | 44 | 116 | 22 | 71 |
| Binary | 10011000 | 10100100 | 1111101 | 111 | 0 | 11000 | 100100 | 1001110 | 10010 | 111001 |
Color Harmonies of #98A47D
Complementary color
Monochromatic Colors of #98A47D
Black with #98A47D
Text Example
Text Example
White with #98A47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A47D; }
p { color: rgb(152,164,125); }
H1.HeaderClassName
{
color: #98A47D;
}
.AnyTagClassName
{
color: #98A47D;
}
</style>
background-color css
<style>
a { background-color: #98A47D; }
a { background-color: rgb(152,164,125); }
div.DivClassName
{
background-color: #98A47D;
}
.BgClassName
{
background-color: #98A47D;
}
</style>
border-color css
<style>
span { border-color: #98A47D; }
span { border-color: rgb(152,164,125); }
td.TdClassName
{
border-color: #98A47D;
}
.TagClassName
{
border-color: #98A47D;
}
</style>