Shades of Sage #969A80
Tints of Sage #969A80
RGB
CMYK
RGB Variations
Color information
#969A80 (or 0x969A80) is known color: Sage. HEX triplet: 96, 9A and 80. RGB value is (150,154,128). Sum of RGB (Red+Green+Blue) = 150+154+128=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 154 - color contains mainly: green. Hex color #969A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A80 is #69657F. Grayscale: #959595. Windows color (decimal): -6907264 or 8428182. OLE color: 8428182.
HSL color Cylindrical-coordinate representation of color #969A80: hue angle of 69.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #969A80 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 128 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.40 |
| HSL | 69.23º | 0.11% | 0.55% | - |
| HSV(B) | 69.23º | 0.17% | 0.6% | - |
| XYZ | 28.03 | 31.15 | 24.96 | - |
| YUV | 149.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 128 | 0.03 | 0 | 0.17 | 0.40 | 69.23 | 0.11 | 0.55 |
| Hex | 96 | 9A | 80 | 3 | 0 | 11 | 28 | 45 | B | 37 |
| Octal | 226 | 232 | 200 | 3 | 0 | 21 | 50 | 105 | 13 | 67 |
| Binary | 10010110 | 10011010 | 10000000 | 11 | 0 | 10001 | 101000 | 1000101 | 1011 | 110111 |
Color Harmonies of #969A80
Complementary color
Monochromatic Colors of #969A80
Black with #969A80
Text Example
Text Example
White with #969A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A80; }
p { color: rgb(150,154,128); }
H1.HeaderClassName
{
color: #969A80;
}
.AnyTagClassName
{
color: #969A80;
}
</style>
background-color css
<style>
a { background-color: #969A80; }
a { background-color: rgb(150,154,128); }
div.DivClassName
{
background-color: #969A80;
}
.BgClassName
{
background-color: #969A80;
}
</style>
border-color css
<style>
span { border-color: #969A80; }
span { border-color: rgb(150,154,128); }
td.TdClassName
{
border-color: #969A80;
}
.TagClassName
{
border-color: #969A80;
}
</style>