Shades of Sage #969C73
Tints of Sage #969C73
RGB
CMYK
RGB Variations
Color information
#969C73 (or 0x969C73) is known color: Sage. HEX triplet: 96, 9C and 73. RGB value is (150,156,115). Sum of RGB (Red+Green+Blue) = 150+156+115=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 156 - color contains mainly: green. Hex color #969C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C73 is #69638C. Grayscale: #959595. Windows color (decimal): -6906765 or 7576726. OLE color: 7576726.
HSL color Cylindrical-coordinate representation of color #969C73: hue angle of 68.78º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #969C73 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 115 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.39 |
| HSL | 68.78º | 0.17% | 0.53% | - |
| HSV(B) | 68.78º | 0.26% | 0.61% | - |
| XYZ | 27.56 | 31.5 | 20.85 | - |
| YUV | 149.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 115 | 0.04 | 0 | 0.26 | 0.39 | 68.78 | 0.17 | 0.53 |
| Hex | 96 | 9C | 73 | 4 | 0 | 1A | 27 | 45 | 11 | 35 |
| Octal | 226 | 234 | 163 | 4 | 0 | 32 | 47 | 105 | 21 | 65 |
| Binary | 10010110 | 10011100 | 1110011 | 100 | 0 | 11010 | 100111 | 1000101 | 10001 | 110101 |
Color Harmonies of #969C73
Complementary color
Monochromatic Colors of #969C73
Black with #969C73
Text Example
Text Example
White with #969C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C73; }
p { color: rgb(150,156,115); }
H1.HeaderClassName
{
color: #969C73;
}
.AnyTagClassName
{
color: #969C73;
}
</style>
background-color css
<style>
a { background-color: #969C73; }
a { background-color: rgb(150,156,115); }
div.DivClassName
{
background-color: #969C73;
}
.BgClassName
{
background-color: #969C73;
}
</style>
border-color css
<style>
span { border-color: #969C73; }
span { border-color: rgb(150,156,115); }
td.TdClassName
{
border-color: #969C73;
}
.TagClassName
{
border-color: #969C73;
}
</style>