Shades of Sage #96A56F
Tints of Sage #96A56F
RGB
CMYK
RGB Variations
Color information
#96A56F (or 0x96A56F) is known color: Sage. HEX triplet: 96, A5 and 6F. RGB value is (150,165,111). Sum of RGB (Red+Green+Blue) = 150+165+111=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #96A56F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A56F is #695A90. Grayscale: #9A9A9A. Windows color (decimal): -6904465 or 7316886. OLE color: 7316886.
HSL color Cylindrical-coordinate representation of color #96A56F: hue angle of 76.67º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A56F is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 165 | 111 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.35 |
| HSL | 76.67º | 0.23% | 0.54% | - |
| HSV(B) | 76.67º | 0.33% | 0.65% | - |
| XYZ | 28.9 | 34.54 | 20.18 | - |
| YUV | 154.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 111 | 0.09 | 0 | 0.33 | 0.35 | 76.67 | 0.23 | 0.54 |
| Hex | 96 | A5 | 6F | 9 | 0 | 21 | 23 | 4D | 17 | 36 |
| Octal | 226 | 245 | 157 | 11 | 0 | 41 | 43 | 115 | 27 | 66 |
| Binary | 10010110 | 10100101 | 1101111 | 1001 | 0 | 100001 | 100011 | 1001101 | 10111 | 110110 |
Color Harmonies of #96A56F
Complementary color
Monochromatic Colors of #96A56F
Black with #96A56F
Text Example
Text Example
White with #96A56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A56F; }
p { color: rgb(150,165,111); }
H1.HeaderClassName
{
color: #96A56F;
}
.AnyTagClassName
{
color: #96A56F;
}
</style>
background-color css
<style>
a { background-color: #96A56F; }
a { background-color: rgb(150,165,111); }
div.DivClassName
{
background-color: #96A56F;
}
.BgClassName
{
background-color: #96A56F;
}
</style>
border-color css
<style>
span { border-color: #96A56F; }
span { border-color: rgb(150,165,111); }
td.TdClassName
{
border-color: #96A56F;
}
.TagClassName
{
border-color: #96A56F;
}
</style>