Shades of Sage #96A770
Tints of Sage #96A770
RGB
CMYK
RGB Variations
Color information
#96A770 (or 0x96A770) is known color: Sage. HEX triplet: 96, A7 and 70. RGB value is (150,167,112). Sum of RGB (Red+Green+Blue) = 150+167+112=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #96A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A770 is #69588F. Grayscale: #9B9B9B. Windows color (decimal): -6903952 or 7382934. OLE color: 7382934.
HSL color Cylindrical-coordinate representation of color #96A770: hue angle of 78.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A770 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 112 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.35 |
| HSL | 78.55º | 0.24% | 0.55% | - |
| HSV(B) | 78.55º | 0.33% | 0.65% | - |
| XYZ | 29.32 | 35.29 | 20.6 | - |
| YUV | 155.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 112 | 0.10 | 0 | 0.33 | 0.35 | 78.55 | 0.24 | 0.55 |
| Hex | 96 | A7 | 70 | A | 0 | 21 | 23 | 4F | 18 | 37 |
| Octal | 226 | 247 | 160 | 12 | 0 | 41 | 43 | 117 | 30 | 67 |
| Binary | 10010110 | 10100111 | 1110000 | 1010 | 0 | 100001 | 100011 | 1001111 | 11000 | 110111 |
Color Harmonies of #96A770
Complementary color
Monochromatic Colors of #96A770
Black with #96A770
Text Example
Text Example
White with #96A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A770; }
p { color: rgb(150,167,112); }
H1.HeaderClassName
{
color: #96A770;
}
.AnyTagClassName
{
color: #96A770;
}
</style>
background-color css
<style>
a { background-color: #96A770; }
a { background-color: rgb(150,167,112); }
div.DivClassName
{
background-color: #96A770;
}
.BgClassName
{
background-color: #96A770;
}
</style>
border-color css
<style>
span { border-color: #96A770; }
span { border-color: rgb(150,167,112); }
td.TdClassName
{
border-color: #96A770;
}
.TagClassName
{
border-color: #96A770;
}
</style>