Shades of Sage #91A26D
Tints of Sage #91A26D
RGB
CMYK
RGB Variations
Color information
#91A26D (or 0x91A26D) is known color: Sage. HEX triplet: 91, A2 and 6D. RGB value is (145,162,109). Sum of RGB (Red+Green+Blue) = 145+162+109=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #91A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #91A26D is #6E5D92. Grayscale: #979797. Windows color (decimal): -7232915 or 7185041. OLE color: 7185041.
HSL color Cylindrical-coordinate representation of color #91A26D: hue angle of 79.25º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91A26D is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 145 | 162 | 109 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.36 |
| HSL | 79.25º | 0.22% | 0.53% | - |
| HSV(B) | 79.25º | 0.33% | 0.64% | - |
| XYZ | 27.36 | 32.96 | 19.39 | - |
| YUV | 150.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 162 | 109 | 0.10 | 0 | 0.33 | 0.36 | 79.25 | 0.22 | 0.53 |
| Hex | 91 | A2 | 6D | A | 0 | 21 | 24 | 4F | 16 | 35 |
| Octal | 221 | 242 | 155 | 12 | 0 | 41 | 44 | 117 | 26 | 65 |
| Binary | 10010001 | 10100010 | 1101101 | 1010 | 0 | 100001 | 100100 | 1001111 | 10110 | 110101 |
Color Harmonies of #91A26D
Complementary color
Monochromatic Colors of #91A26D
Black with #91A26D
Text Example
Text Example
White with #91A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A26D; }
p { color: rgb(145,162,109); }
H1.HeaderClassName
{
color: #91A26D;
}
.AnyTagClassName
{
color: #91A26D;
}
</style>
background-color css
<style>
a { background-color: #91A26D; }
a { background-color: rgb(145,162,109); }
div.DivClassName
{
background-color: #91A26D;
}
.BgClassName
{
background-color: #91A26D;
}
</style>
border-color css
<style>
span { border-color: #91A26D; }
span { border-color: rgb(145,162,109); }
td.TdClassName
{
border-color: #91A26D;
}
.TagClassName
{
border-color: #91A26D;
}
</style>