Shades of Sage #919C7D
Tints of Sage #919C7D
RGB
CMYK
RGB Variations
Color information
#919C7D (or 0x919C7D) is known color: Sage. HEX triplet: 91, 9C and 7D. RGB value is (145,156,125). Sum of RGB (Red+Green+Blue) = 145+156+125=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #919C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C7D is #6E6382. Grayscale: #959595. Windows color (decimal): -7234435 or 8232081. OLE color: 8232081.
HSL color Cylindrical-coordinate representation of color #919C7D: hue angle of 81.29º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919C7D is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 125 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.39 |
| HSL | 81.29º | 0.14% | 0.55% | - |
| HSV(B) | 81.29º | 0.2% | 0.61% | - |
| XYZ | 27.27 | 31.28 | 24 | - |
| YUV | 149.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 125 | 0.07 | 0 | 0.20 | 0.39 | 81.29 | 0.14 | 0.55 |
| Hex | 91 | 9C | 7D | 7 | 0 | 14 | 27 | 51 | E | 37 |
| Octal | 221 | 234 | 175 | 7 | 0 | 24 | 47 | 121 | 16 | 67 |
| Binary | 10010001 | 10011100 | 1111101 | 111 | 0 | 10100 | 100111 | 1010001 | 1110 | 110111 |
Color Harmonies of #919C7D
Complementary color
Monochromatic Colors of #919C7D
Black with #919C7D
Text Example
Text Example
White with #919C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C7D; }
p { color: rgb(145,156,125); }
H1.HeaderClassName
{
color: #919C7D;
}
.AnyTagClassName
{
color: #919C7D;
}
</style>
background-color css
<style>
a { background-color: #919C7D; }
a { background-color: rgb(145,156,125); }
div.DivClassName
{
background-color: #919C7D;
}
.BgClassName
{
background-color: #919C7D;
}
</style>
border-color css
<style>
span { border-color: #919C7D; }
span { border-color: rgb(145,156,125); }
td.TdClassName
{
border-color: #919C7D;
}
.TagClassName
{
border-color: #919C7D;
}
</style>