Shades of Sage #949778
Tints of Sage #949778
RGB
CMYK
RGB Variations
Color information
#949778 (or 0x949778) is known color: Sage. HEX triplet: 94, 97 and 78. RGB value is (148,151,120). Sum of RGB (Red+Green+Blue) = 148+151+120=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #949778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949778 is #6B6887. Grayscale: #929292. Windows color (decimal): -7039112 or 7903124. OLE color: 7903124.
HSL color Cylindrical-coordinate representation of color #949778: hue angle of 65.81º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949778 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 151 | 120 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.41 |
| HSL | 65.81º | 0.13% | 0.53% | - |
| HSV(B) | 65.81º | 0.21% | 0.59% | - |
| XYZ | 26.67 | 29.79 | 22.11 | - |
| YUV | 146.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 151 | 120 | 0.02 | 0 | 0.21 | 0.41 | 65.81 | 0.13 | 0.53 |
| Hex | 94 | 97 | 78 | 2 | 0 | 15 | 29 | 42 | D | 35 |
| Octal | 224 | 227 | 170 | 2 | 0 | 25 | 51 | 102 | 15 | 65 |
| Binary | 10010100 | 10010111 | 1111000 | 10 | 0 | 10101 | 101001 | 1000010 | 1101 | 110101 |
Color Harmonies of #949778
Complementary color
Monochromatic Colors of #949778
Black with #949778
Text Example
Text Example
White with #949778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949778; }
p { color: rgb(148,151,120); }
H1.HeaderClassName
{
color: #949778;
}
.AnyTagClassName
{
color: #949778;
}
</style>
background-color css
<style>
a { background-color: #949778; }
a { background-color: rgb(148,151,120); }
div.DivClassName
{
background-color: #949778;
}
.BgClassName
{
background-color: #949778;
}
</style>
border-color css
<style>
span { border-color: #949778; }
span { border-color: rgb(148,151,120); }
td.TdClassName
{
border-color: #949778;
}
.TagClassName
{
border-color: #949778;
}
</style>