Shades of Sage #919F78
Tints of Sage #919F78
RGB
CMYK
RGB Variations
Color information
#919F78 (or 0x919F78) is known color: Sage. HEX triplet: 91, 9F and 78. RGB value is (145,159,120). Sum of RGB (Red+Green+Blue) = 145+159+120=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #919F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F78 is #6E6087. Grayscale: #969696. Windows color (decimal): -7233672 or 7905169. OLE color: 7905169.
HSL color Cylindrical-coordinate representation of color #919F78: hue angle of 81.54º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #919F78 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 159 | 120 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.38 |
| HSL | 81.54º | 0.17% | 0.55% | - |
| HSV(B) | 81.54º | 0.25% | 0.62% | - |
| XYZ | 27.47 | 32.17 | 22.53 | - |
| YUV | 150.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 120 | 0.09 | 0 | 0.25 | 0.38 | 81.54 | 0.17 | 0.55 |
| Hex | 91 | 9F | 78 | 9 | 0 | 19 | 26 | 52 | 11 | 37 |
| Octal | 221 | 237 | 170 | 11 | 0 | 31 | 46 | 122 | 21 | 67 |
| Binary | 10010001 | 10011111 | 1111000 | 1001 | 0 | 11001 | 100110 | 1010010 | 10001 | 110111 |
Color Harmonies of #919F78
Complementary color
Monochromatic Colors of #919F78
Black with #919F78
Text Example
Text Example
White with #919F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919F78; }
p { color: rgb(145,159,120); }
H1.HeaderClassName
{
color: #919F78;
}
.AnyTagClassName
{
color: #919F78;
}
</style>
background-color css
<style>
a { background-color: #919F78; }
a { background-color: rgb(145,159,120); }
div.DivClassName
{
background-color: #919F78;
}
.BgClassName
{
background-color: #919F78;
}
</style>
border-color css
<style>
span { border-color: #919F78; }
span { border-color: rgb(145,159,120); }
td.TdClassName
{
border-color: #919F78;
}
.TagClassName
{
border-color: #919F78;
}
</style>