Shades of Sage #91A06D
Tints of Sage #91A06D
RGB
CMYK
RGB Variations
Color information
#91A06D (or 0x91A06D) is known color: Sage. HEX triplet: 91, A0 and 6D. RGB value is (145,160,109). Sum of RGB (Red+Green+Blue) = 145+160+109=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 160 - color contains mainly: green. Hex color #91A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A06D is #6E5F92. Grayscale: #959595. Windows color (decimal): -7233427 or 7184529. OLE color: 7184529.
HSL color Cylindrical-coordinate representation of color #91A06D: hue angle of 77.65º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91A06D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 109 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.37 |
| HSL | 77.65º | 0.21% | 0.53% | - |
| HSV(B) | 77.65º | 0.32% | 0.63% | - |
| XYZ | 27.01 | 32.27 | 19.27 | - |
| YUV | 149.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 109 | 0.09 | 0 | 0.32 | 0.37 | 77.65 | 0.21 | 0.53 |
| Hex | 91 | A0 | 6D | 9 | 0 | 20 | 25 | 4E | 15 | 35 |
| Octal | 221 | 240 | 155 | 11 | 0 | 40 | 45 | 116 | 25 | 65 |
| Binary | 10010001 | 10100000 | 1101101 | 1001 | 0 | 100000 | 100101 | 1001110 | 10101 | 110101 |
Color Harmonies of #91A06D
Complementary color
Monochromatic Colors of #91A06D
Black with #91A06D
Text Example
Text Example
White with #91A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A06D; }
p { color: rgb(145,160,109); }
H1.HeaderClassName
{
color: #91A06D;
}
.AnyTagClassName
{
color: #91A06D;
}
</style>
background-color css
<style>
a { background-color: #91A06D; }
a { background-color: rgb(145,160,109); }
div.DivClassName
{
background-color: #91A06D;
}
.BgClassName
{
background-color: #91A06D;
}
</style>
border-color css
<style>
span { border-color: #91A06D; }
span { border-color: rgb(145,160,109); }
td.TdClassName
{
border-color: #91A06D;
}
.TagClassName
{
border-color: #91A06D;
}
</style>