Shades of Sage #91A06E
Tints of Sage #91A06E
RGB
CMYK
RGB Variations
Color information
#91A06E (or 0x91A06E) is known color: Sage. HEX triplet: 91, A0 and 6E. RGB value is (145,160,110). Sum of RGB (Red+Green+Blue) = 145+160+110=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #91A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A06E is #6E5F91. Grayscale: #959595. Windows color (decimal): -7233426 or 7250065. OLE color: 7250065.
HSL color Cylindrical-coordinate representation of color #91A06E: hue angle of 78º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91A06E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 110 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.37 |
| HSL | 78º | 0.21% | 0.53% | - |
| HSV(B) | 78º | 0.31% | 0.63% | - |
| XYZ | 27.06 | 32.29 | 19.56 | - |
| YUV | 149.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 110 | 0.09 | 0 | 0.31 | 0.37 | 78 | 0.21 | 0.53 |
| Hex | 91 | A0 | 6E | 9 | 0 | 1F | 25 | 4E | 15 | 35 |
| Octal | 221 | 240 | 156 | 11 | 0 | 37 | 45 | 116 | 25 | 65 |
| Binary | 10010001 | 10100000 | 1101110 | 1001 | 0 | 11111 | 100101 | 1001110 | 10101 | 110101 |
Color Harmonies of #91A06E
Complementary color
Monochromatic Colors of #91A06E
Black with #91A06E
Text Example
Text Example
White with #91A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A06E; }
p { color: rgb(145,160,110); }
H1.HeaderClassName
{
color: #91A06E;
}
.AnyTagClassName
{
color: #91A06E;
}
</style>
background-color css
<style>
a { background-color: #91A06E; }
a { background-color: rgb(145,160,110); }
div.DivClassName
{
background-color: #91A06E;
}
.BgClassName
{
background-color: #91A06E;
}
</style>
border-color css
<style>
span { border-color: #91A06E; }
span { border-color: rgb(145,160,110); }
td.TdClassName
{
border-color: #91A06E;
}
.TagClassName
{
border-color: #91A06E;
}
</style>