Shades of Sage #90A17D
Tints of Sage #90A17D
RGB
CMYK
RGB Variations
Color information
#90A17D (or 0x90A17D) is known color: Sage. HEX triplet: 90, A1 and 7D. RGB value is (144,161,125). Sum of RGB (Red+Green+Blue) = 144+161+125=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #90A17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90A17D is #6F5E82. Grayscale: #979797. Windows color (decimal): -7298691 or 8233360. OLE color: 8233360.
HSL color Cylindrical-coordinate representation of color #90A17D: hue angle of 88.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #90A17D is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 125 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.37 |
| HSL | 88.33º | 0.16% | 0.56% | - |
| HSV(B) | 88.33º | 0.22% | 0.63% | - |
| XYZ | 27.95 | 32.9 | 24.28 | - |
| YUV | 151.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 125 | 0.11 | 0 | 0.22 | 0.37 | 88.33 | 0.16 | 0.56 |
| Hex | 90 | A1 | 7D | B | 0 | 16 | 25 | 58 | 10 | 38 |
| Octal | 220 | 241 | 175 | 13 | 0 | 26 | 45 | 130 | 20 | 70 |
| Binary | 10010000 | 10100001 | 1111101 | 1011 | 0 | 10110 | 100101 | 1011000 | 10000 | 111000 |
Color Harmonies of #90A17D
Complementary color
Monochromatic Colors of #90A17D
Black with #90A17D
Text Example
Text Example
White with #90A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A17D; }
p { color: rgb(144,161,125); }
H1.HeaderClassName
{
color: #90A17D;
}
.AnyTagClassName
{
color: #90A17D;
}
</style>
background-color css
<style>
a { background-color: #90A17D; }
a { background-color: rgb(144,161,125); }
div.DivClassName
{
background-color: #90A17D;
}
.BgClassName
{
background-color: #90A17D;
}
</style>
border-color css
<style>
span { border-color: #90A17D; }
span { border-color: rgb(144,161,125); }
td.TdClassName
{
border-color: #90A17D;
}
.TagClassName
{
border-color: #90A17D;
}
</style>