Shades of Sage #98A27A
Tints of Sage #98A27A
RGB
CMYK
RGB Variations
Color information
#98A27A (or 0x98A27A) is known color: Sage. HEX triplet: 98, A2 and 7A. RGB value is (152,162,122). Sum of RGB (Red+Green+Blue) = 152+162+122=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 162 - color contains mainly: green. Hex color #98A27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A27A is #675D85. Grayscale: #9A9A9A. Windows color (decimal): -6774150 or 8037016. OLE color: 8037016.
HSL color Cylindrical-coordinate representation of color #98A27A: hue angle of 75º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98A27A is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 162 | 122 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.36 |
| HSL | 75º | 0.18% | 0.56% | - |
| HSV(B) | 75º | 0.25% | 0.64% | - |
| XYZ | 29.38 | 33.92 | 23.41 | - |
| YUV | 154.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 162 | 122 | 0.06 | 0 | 0.25 | 0.36 | 75 | 0.18 | 0.56 |
| Hex | 98 | A2 | 7A | 6 | 0 | 19 | 24 | 4B | 12 | 38 |
| Octal | 230 | 242 | 172 | 6 | 0 | 31 | 44 | 113 | 22 | 70 |
| Binary | 10011000 | 10100010 | 1111010 | 110 | 0 | 11001 | 100100 | 1001011 | 10010 | 111000 |
Color Harmonies of #98A27A
Complementary color
Monochromatic Colors of #98A27A
Black with #98A27A
Text Example
Text Example
White with #98A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A27A; }
p { color: rgb(152,162,122); }
H1.HeaderClassName
{
color: #98A27A;
}
.AnyTagClassName
{
color: #98A27A;
}
</style>
background-color css
<style>
a { background-color: #98A27A; }
a { background-color: rgb(152,162,122); }
div.DivClassName
{
background-color: #98A27A;
}
.BgClassName
{
background-color: #98A27A;
}
</style>
border-color css
<style>
span { border-color: #98A27A; }
span { border-color: rgb(152,162,122); }
td.TdClassName
{
border-color: #98A27A;
}
.TagClassName
{
border-color: #98A27A;
}
</style>