Shades of Sage #91A276
Tints of Sage #91A276
RGB
CMYK
RGB Variations
Color information
#91A276 (or 0x91A276) is known color: Sage. HEX triplet: 91, A2 and 76. RGB value is (145,162,118). Sum of RGB (Red+Green+Blue) = 145+162+118=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #91A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A276 is #6E5D89. Grayscale: #989898. Windows color (decimal): -7232906 or 7774865. OLE color: 7774865.
HSL color Cylindrical-coordinate representation of color #91A276: hue angle of 83.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #91A276 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 162 | 118 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.36 |
| HSL | 83.18º | 0.19% | 0.55% | - |
| HSV(B) | 83.18º | 0.27% | 0.64% | - |
| XYZ | 27.87 | 33.17 | 22.07 | - |
| YUV | 151.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 118 | 0.10 | 0 | 0.27 | 0.36 | 83.18 | 0.19 | 0.55 |
| Hex | 91 | A2 | 76 | A | 0 | 1B | 24 | 53 | 13 | 37 |
| Octal | 221 | 242 | 166 | 12 | 0 | 33 | 44 | 123 | 23 | 67 |
| Binary | 10010001 | 10100010 | 1110110 | 1010 | 0 | 11011 | 100100 | 1010011 | 10011 | 110111 |
Color Harmonies of #91A276
Complementary color
Monochromatic Colors of #91A276
Black with #91A276
Text Example
Text Example
White with #91A276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A276; }
p { color: rgb(145,162,118); }
H1.HeaderClassName
{
color: #91A276;
}
.AnyTagClassName
{
color: #91A276;
}
</style>
background-color css
<style>
a { background-color: #91A276; }
a { background-color: rgb(145,162,118); }
div.DivClassName
{
background-color: #91A276;
}
.BgClassName
{
background-color: #91A276;
}
</style>
border-color css
<style>
span { border-color: #91A276; }
span { border-color: rgb(145,162,118); }
td.TdClassName
{
border-color: #91A276;
}
.TagClassName
{
border-color: #91A276;
}
</style>