Shades of Sage #91A46C
Tints of Sage #91A46C
RGB
CMYK
RGB Variations
Color information
#91A46C (or 0x91A46C) is known color: Sage. HEX triplet: 91, A4 and 6C. RGB value is (145,164,108). Sum of RGB (Red+Green+Blue) = 145+164+108=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 164 - color contains mainly: green. Hex color #91A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A46C is #6E5B93. Grayscale: #989898. Windows color (decimal): -7232404 or 7120017. OLE color: 7120017.
HSL color Cylindrical-coordinate representation of color #91A46C: hue angle of 80.36º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91A46C is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 164 | 108 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.36 |
| HSL | 80.36º | 0.24% | 0.53% | - |
| HSV(B) | 80.36º | 0.34% | 0.64% | - |
| XYZ | 27.66 | 33.65 | 19.23 | - |
| YUV | 151.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 164 | 108 | 0.12 | 0 | 0.34 | 0.36 | 80.36 | 0.24 | 0.53 |
| Hex | 91 | A4 | 6C | C | 0 | 22 | 24 | 50 | 18 | 35 |
| Octal | 221 | 244 | 154 | 14 | 0 | 42 | 44 | 120 | 30 | 65 |
| Binary | 10010001 | 10100100 | 1101100 | 1100 | 0 | 100010 | 100100 | 1010000 | 11000 | 110101 |
Color Harmonies of #91A46C
Complementary color
Monochromatic Colors of #91A46C
Black with #91A46C
Text Example
Text Example
White with #91A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A46C; }
p { color: rgb(145,164,108); }
H1.HeaderClassName
{
color: #91A46C;
}
.AnyTagClassName
{
color: #91A46C;
}
</style>
background-color css
<style>
a { background-color: #91A46C; }
a { background-color: rgb(145,164,108); }
div.DivClassName
{
background-color: #91A46C;
}
.BgClassName
{
background-color: #91A46C;
}
</style>
border-color css
<style>
span { border-color: #91A46C; }
span { border-color: rgb(145,164,108); }
td.TdClassName
{
border-color: #91A46C;
}
.TagClassName
{
border-color: #91A46C;
}
</style>