Shades of Sage #91A36F
Tints of Sage #91A36F
RGB
CMYK
RGB Variations
Color information
#91A36F (or 0x91A36F) is known color: Sage. HEX triplet: 91, A3 and 6F. RGB value is (145,163,111). Sum of RGB (Red+Green+Blue) = 145+163+111=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #91A36F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A36F is #6E5C90. Grayscale: #979797. Windows color (decimal): -7232657 or 7316369. OLE color: 7316369.
HSL color Cylindrical-coordinate representation of color #91A36F: hue angle of 80.77º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91A36F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 163 | 111 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.36 |
| HSL | 80.77º | 0.22% | 0.54% | - |
| HSV(B) | 80.77º | 0.32% | 0.64% | - |
| XYZ | 27.64 | 33.36 | 20.02 | - |
| YUV | 151.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 163 | 111 | 0.11 | 0 | 0.32 | 0.36 | 80.77 | 0.22 | 0.54 |
| Hex | 91 | A3 | 6F | B | 0 | 20 | 24 | 51 | 16 | 36 |
| Octal | 221 | 243 | 157 | 13 | 0 | 40 | 44 | 121 | 26 | 66 |
| Binary | 10010001 | 10100011 | 1101111 | 1011 | 0 | 100000 | 100100 | 1010001 | 10110 | 110110 |
Color Harmonies of #91A36F
Complementary color
Monochromatic Colors of #91A36F
Black with #91A36F
Text Example
Text Example
White with #91A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A36F; }
p { color: rgb(145,163,111); }
H1.HeaderClassName
{
color: #91A36F;
}
.AnyTagClassName
{
color: #91A36F;
}
</style>
background-color css
<style>
a { background-color: #91A36F; }
a { background-color: rgb(145,163,111); }
div.DivClassName
{
background-color: #91A36F;
}
.BgClassName
{
background-color: #91A36F;
}
</style>
border-color css
<style>
span { border-color: #91A36F; }
span { border-color: rgb(145,163,111); }
td.TdClassName
{
border-color: #91A36F;
}
.TagClassName
{
border-color: #91A36F;
}
</style>