Shades of Sage #96A27A
Tints of Sage #96A27A
RGB
CMYK
RGB Variations
Color information
#96A27A (or 0x96A27A) is known color: Sage. HEX triplet: 96, A2 and 7A. RGB value is (150,162,122). Sum of RGB (Red+Green+Blue) = 150+162+122=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 162 - color contains mainly: green. Hex color #96A27A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A27A is #695D85. Grayscale: #999999. Windows color (decimal): -6905222 or 8037014. OLE color: 8037014.
HSL color Cylindrical-coordinate representation of color #96A27A: hue angle of 78º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96A27A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 122 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.36 |
| HSL | 78º | 0.18% | 0.56% | - |
| HSV(B) | 78º | 0.25% | 0.64% | - |
| XYZ | 29.01 | 33.73 | 23.39 | - |
| YUV | 153.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 122 | 0.07 | 0 | 0.25 | 0.36 | 78 | 0.18 | 0.56 |
| Hex | 96 | A2 | 7A | 7 | 0 | 19 | 24 | 4E | 12 | 38 |
| Octal | 226 | 242 | 172 | 7 | 0 | 31 | 44 | 116 | 22 | 70 |
| Binary | 10010110 | 10100010 | 1111010 | 111 | 0 | 11001 | 100100 | 1001110 | 10010 | 111000 |
Color Harmonies of #96A27A
Complementary color
Monochromatic Colors of #96A27A
Black with #96A27A
Text Example
Text Example
White with #96A27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A27A; }
p { color: rgb(150,162,122); }
H1.HeaderClassName
{
color: #96A27A;
}
.AnyTagClassName
{
color: #96A27A;
}
</style>
background-color css
<style>
a { background-color: #96A27A; }
a { background-color: rgb(150,162,122); }
div.DivClassName
{
background-color: #96A27A;
}
.BgClassName
{
background-color: #96A27A;
}
</style>
border-color css
<style>
span { border-color: #96A27A; }
span { border-color: rgb(150,162,122); }
td.TdClassName
{
border-color: #96A27A;
}
.TagClassName
{
border-color: #96A27A;
}
</style>