Shades of Sage #96A07D
Tints of Sage #96A07D
RGB
CMYK
RGB Variations
Color information
#96A07D (or 0x96A07D) is known color: Sage. HEX triplet: 96, A0 and 7D. RGB value is (150,160,125). Sum of RGB (Red+Green+Blue) = 150+160+125=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 160 - color contains mainly: green. Hex color #96A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A07D is #695F82. Grayscale: #999999. Windows color (decimal): -6905731 or 8233110. OLE color: 8233110.
HSL color Cylindrical-coordinate representation of color #96A07D: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96A07D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 125 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.37 |
| HSL | 77.14º | 0.16% | 0.56% | - |
| HSV(B) | 77.14º | 0.22% | 0.63% | - |
| XYZ | 28.85 | 33.11 | 24.27 | - |
| YUV | 153.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 125 | 0.06 | 0 | 0.22 | 0.37 | 77.14 | 0.16 | 0.56 |
| Hex | 96 | A0 | 7D | 6 | 0 | 16 | 25 | 4D | 10 | 38 |
| Octal | 226 | 240 | 175 | 6 | 0 | 26 | 45 | 115 | 20 | 70 |
| Binary | 10010110 | 10100000 | 1111101 | 110 | 0 | 10110 | 100101 | 1001101 | 10000 | 111000 |
Color Harmonies of #96A07D
Complementary color
Monochromatic Colors of #96A07D
Black with #96A07D
Text Example
Text Example
White with #96A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A07D; }
p { color: rgb(150,160,125); }
H1.HeaderClassName
{
color: #96A07D;
}
.AnyTagClassName
{
color: #96A07D;
}
</style>
background-color css
<style>
a { background-color: #96A07D; }
a { background-color: rgb(150,160,125); }
div.DivClassName
{
background-color: #96A07D;
}
.BgClassName
{
background-color: #96A07D;
}
</style>
border-color css
<style>
span { border-color: #96A07D; }
span { border-color: rgb(150,160,125); }
td.TdClassName
{
border-color: #96A07D;
}
.TagClassName
{
border-color: #96A07D;
}
</style>