Shades of Sage #91A06C
Tints of Sage #91A06C
RGB
CMYK
RGB Variations
Color information
#91A06C (or 0x91A06C) is known color: Sage. HEX triplet: 91, A0 and 6C. RGB value is (145,160,108). Sum of RGB (Red+Green+Blue) = 145+160+108=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #91A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A06C is #6E5F93. Grayscale: #959595. Windows color (decimal): -7233428 or 7118993. OLE color: 7118993.
HSL color Cylindrical-coordinate representation of color #91A06C: hue angle of 77.31º 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 #91A06C is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 160 | 108 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.37 |
| HSL | 77.31º | 0.21% | 0.53% | - |
| HSV(B) | 77.31º | 0.33% | 0.63% | - |
| XYZ | 26.95 | 32.24 | 18.99 | - |
| YUV | 149.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 160 | 108 | 0.09 | 0 | 0.32 | 0.37 | 77.31 | 0.21 | 0.53 |
| Hex | 91 | A0 | 6C | 9 | 0 | 20 | 25 | 4D | 15 | 35 |
| Octal | 221 | 240 | 154 | 11 | 0 | 40 | 45 | 115 | 25 | 65 |
| Binary | 10010001 | 10100000 | 1101100 | 1001 | 0 | 100000 | 100101 | 1001101 | 10101 | 110101 |
Color Harmonies of #91A06C
Complementary color
Monochromatic Colors of #91A06C
Black with #91A06C
Text Example
Text Example
White with #91A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A06C; }
p { color: rgb(145,160,108); }
H1.HeaderClassName
{
color: #91A06C;
}
.AnyTagClassName
{
color: #91A06C;
}
</style>
background-color css
<style>
a { background-color: #91A06C; }
a { background-color: rgb(145,160,108); }
div.DivClassName
{
background-color: #91A06C;
}
.BgClassName
{
background-color: #91A06C;
}
</style>
border-color css
<style>
span { border-color: #91A06C; }
span { border-color: rgb(145,160,108); }
td.TdClassName
{
border-color: #91A06C;
}
.TagClassName
{
border-color: #91A06C;
}
</style>