Shades of Sage #969E6F
Tints of Sage #969E6F
RGB
CMYK
RGB Variations
Color information
#969E6F (or 0x969E6F) is known color: Sage. HEX triplet: 96, 9E and 6F. RGB value is (150,158,111). Sum of RGB (Red+Green+Blue) = 150+158+111=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 158 - color contains mainly: green. Hex color #969E6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E6F is #696190. Grayscale: #969696. Windows color (decimal): -6906257 or 7315094. OLE color: 7315094.
HSL color Cylindrical-coordinate representation of color #969E6F: hue angle of 70.21º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #969E6F is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 158 | 111 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.38 |
| HSL | 70.21º | 0.2% | 0.53% | - |
| HSV(B) | 70.21º | 0.3% | 0.62% | - |
| XYZ | 27.67 | 32.09 | 19.77 | - |
| YUV | 150.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 111 | 0.05 | 0 | 0.30 | 0.38 | 70.21 | 0.2 | 0.53 |
| Hex | 96 | 9E | 6F | 5 | 0 | 1E | 26 | 46 | 14 | 35 |
| Octal | 226 | 236 | 157 | 5 | 0 | 36 | 46 | 106 | 24 | 65 |
| Binary | 10010110 | 10011110 | 1101111 | 101 | 0 | 11110 | 100110 | 1000110 | 10100 | 110101 |
Color Harmonies of #969E6F
Complementary color
Monochromatic Colors of #969E6F
Black with #969E6F
Text Example
Text Example
White with #969E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969E6F; }
p { color: rgb(150,158,111); }
H1.HeaderClassName
{
color: #969E6F;
}
.AnyTagClassName
{
color: #969E6F;
}
</style>
background-color css
<style>
a { background-color: #969E6F; }
a { background-color: rgb(150,158,111); }
div.DivClassName
{
background-color: #969E6F;
}
.BgClassName
{
background-color: #969E6F;
}
</style>
border-color css
<style>
span { border-color: #969E6F; }
span { border-color: rgb(150,158,111); }
td.TdClassName
{
border-color: #969E6F;
}
.TagClassName
{
border-color: #969E6F;
}
</style>