Shades of Sage #90967A
Tints of Sage #90967A
RGB
CMYK
RGB Variations
Color information
#90967A (or 0x90967A) is known color: Sage. HEX triplet: 90, 96 and 7A. RGB value is (144,150,122). Sum of RGB (Red+Green+Blue) = 144+150+122=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #90967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90967A is #6F6985. Grayscale: #919191. Windows color (decimal): -7301510 or 8033936. OLE color: 8033936.
HSL color Cylindrical-coordinate representation of color #90967A: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #90967A is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 122 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.41 |
| HSL | 72.86º | 0.12% | 0.53% | - |
| HSV(B) | 72.86º | 0.19% | 0.59% | - |
| XYZ | 25.92 | 29.15 | 22.67 | - |
| YUV | 145.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 122 | 0.04 | 0 | 0.19 | 0.41 | 72.86 | 0.12 | 0.53 |
| Hex | 90 | 96 | 7A | 4 | 0 | 13 | 29 | 49 | C | 35 |
| Octal | 220 | 226 | 172 | 4 | 0 | 23 | 51 | 111 | 14 | 65 |
| Binary | 10010000 | 10010110 | 1111010 | 100 | 0 | 10011 | 101001 | 1001001 | 1100 | 110101 |
Color Harmonies of #90967A
Complementary color
Monochromatic Colors of #90967A
Black with #90967A
Text Example
Text Example
White with #90967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90967A; }
p { color: rgb(144,150,122); }
H1.HeaderClassName
{
color: #90967A;
}
.AnyTagClassName
{
color: #90967A;
}
</style>
background-color css
<style>
a { background-color: #90967A; }
a { background-color: rgb(144,150,122); }
div.DivClassName
{
background-color: #90967A;
}
.BgClassName
{
background-color: #90967A;
}
</style>
border-color css
<style>
span { border-color: #90967A; }
span { border-color: rgb(144,150,122); }
td.TdClassName
{
border-color: #90967A;
}
.TagClassName
{
border-color: #90967A;
}
</style>