Shades of Sage #91A575
Tints of Sage #91A575
RGB
CMYK
RGB Variations
Color information
#91A575 (or 0x91A575) is known color: Sage. HEX triplet: 91, A5 and 75. RGB value is (145,165,117). Sum of RGB (Red+Green+Blue) = 145+165+117=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #91A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A575 is #6E5A8A. Grayscale: #999999. Windows color (decimal): -7232139 or 7710097. OLE color: 7710097.
HSL color Cylindrical-coordinate representation of color #91A575: hue angle of 85º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91A575 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 165 | 117 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.35 |
| HSL | 85º | 0.21% | 0.55% | - |
| HSV(B) | 85º | 0.29% | 0.65% | - |
| XYZ | 28.34 | 34.21 | 21.94 | - |
| YUV | 153.55 | 107.37 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 117 | 0.12 | 0 | 0.29 | 0.35 | 85 | 0.21 | 0.55 |
| Hex | 91 | A5 | 75 | C | 0 | 1D | 23 | 55 | 15 | 37 |
| Octal | 221 | 245 | 165 | 14 | 0 | 35 | 43 | 125 | 25 | 67 |
| Binary | 10010001 | 10100101 | 1110101 | 1100 | 0 | 11101 | 100011 | 1010101 | 10101 | 110111 |
Color Harmonies of #91A575
Complementary color
Monochromatic Colors of #91A575
Black with #91A575
Text Example
Text Example
White with #91A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A575; }
p { color: rgb(145,165,117); }
H1.HeaderClassName
{
color: #91A575;
}
.AnyTagClassName
{
color: #91A575;
}
</style>
background-color css
<style>
a { background-color: #91A575; }
a { background-color: rgb(145,165,117); }
div.DivClassName
{
background-color: #91A575;
}
.BgClassName
{
background-color: #91A575;
}
</style>
border-color css
<style>
span { border-color: #91A575; }
span { border-color: rgb(145,165,117); }
td.TdClassName
{
border-color: #91A575;
}
.TagClassName
{
border-color: #91A575;
}
</style>