Shades of Sage #919A72
Tints of Sage #919A72
RGB
CMYK
RGB Variations
Color information
#919A72 (or 0x919A72) is known color: Sage. HEX triplet: 91, 9A and 72. RGB value is (145,154,114). Sum of RGB (Red+Green+Blue) = 145+154+114=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 154 - color contains mainly: green. Hex color #919A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A72 is #6E658D. Grayscale: #929292. Windows color (decimal): -7234958 or 7510673. OLE color: 7510673.
HSL color Cylindrical-coordinate representation of color #919A72: hue angle of 73.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #919A72 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 114 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.40 |
| HSL | 73.5º | 0.17% | 0.53% | - |
| HSV(B) | 73.5º | 0.26% | 0.6% | - |
| XYZ | 26.27 | 30.35 | 20.39 | - |
| YUV | 146.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 114 | 0.06 | 0 | 0.26 | 0.40 | 73.5 | 0.17 | 0.53 |
| Hex | 91 | 9A | 72 | 6 | 0 | 1A | 28 | 4A | 11 | 35 |
| Octal | 221 | 232 | 162 | 6 | 0 | 32 | 50 | 112 | 21 | 65 |
| Binary | 10010001 | 10011010 | 1110010 | 110 | 0 | 11010 | 101000 | 1001010 | 10001 | 110101 |
Color Harmonies of #919A72
Complementary color
Monochromatic Colors of #919A72
Black with #919A72
Text Example
Text Example
White with #919A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A72; }
p { color: rgb(145,154,114); }
H1.HeaderClassName
{
color: #919A72;
}
.AnyTagClassName
{
color: #919A72;
}
</style>
background-color css
<style>
a { background-color: #919A72; }
a { background-color: rgb(145,154,114); }
div.DivClassName
{
background-color: #919A72;
}
.BgClassName
{
background-color: #919A72;
}
</style>
border-color css
<style>
span { border-color: #919A72; }
span { border-color: rgb(145,154,114); }
td.TdClassName
{
border-color: #919A72;
}
.TagClassName
{
border-color: #919A72;
}
</style>