Shades of Sage #91A170
Tints of Sage #91A170
RGB
CMYK
RGB Variations
Color information
#91A170 (or 0x91A170) is known color: Sage. HEX triplet: 91, A1 and 70. RGB value is (145,161,112). Sum of RGB (Red+Green+Blue) = 145+161+112=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #91A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A170 is #6E5E8F. Grayscale: #969696. Windows color (decimal): -7233168 or 7381393. OLE color: 7381393.
HSL color Cylindrical-coordinate representation of color #91A170: hue angle of 79.59º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91A170 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 112 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.37 |
| HSL | 79.59º | 0.21% | 0.54% | - |
| HSV(B) | 79.59º | 0.3% | 0.63% | - |
| XYZ | 27.35 | 32.68 | 20.2 | - |
| YUV | 150.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 112 | 0.10 | 0 | 0.30 | 0.37 | 79.59 | 0.21 | 0.54 |
| Hex | 91 | A1 | 70 | A | 0 | 1E | 25 | 50 | 15 | 36 |
| Octal | 221 | 241 | 160 | 12 | 0 | 36 | 45 | 120 | 25 | 66 |
| Binary | 10010001 | 10100001 | 1110000 | 1010 | 0 | 11110 | 100101 | 1010000 | 10101 | 110110 |
Color Harmonies of #91A170
Complementary color
Monochromatic Colors of #91A170
Black with #91A170
Text Example
Text Example
White with #91A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A170; }
p { color: rgb(145,161,112); }
H1.HeaderClassName
{
color: #91A170;
}
.AnyTagClassName
{
color: #91A170;
}
</style>
background-color css
<style>
a { background-color: #91A170; }
a { background-color: rgb(145,161,112); }
div.DivClassName
{
background-color: #91A170;
}
.BgClassName
{
background-color: #91A170;
}
</style>
border-color css
<style>
span { border-color: #91A170; }
span { border-color: rgb(145,161,112); }
td.TdClassName
{
border-color: #91A170;
}
.TagClassName
{
border-color: #91A170;
}
</style>