Shades of Sage #96A273
Tints of Sage #96A273
RGB
CMYK
RGB Variations
Color information
#96A273 (or 0x96A273) is known color: Sage. HEX triplet: 96, A2 and 73. RGB value is (150,162,115). Sum of RGB (Red+Green+Blue) = 150+162+115=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 162 - color contains mainly: green. Hex color #96A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A273 is #695D8C. Grayscale: #999999. Windows color (decimal): -6905229 or 7578262. OLE color: 7578262.
HSL color Cylindrical-coordinate representation of color #96A273: hue angle of 75.32º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96A273 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 115 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.36 |
| HSL | 75.32º | 0.2% | 0.54% | - |
| HSV(B) | 75.32º | 0.29% | 0.64% | - |
| XYZ | 28.59 | 33.56 | 21.19 | - |
| YUV | 153.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 115 | 0.07 | 0 | 0.29 | 0.36 | 75.32 | 0.2 | 0.54 |
| Hex | 96 | A2 | 73 | 7 | 0 | 1D | 24 | 4B | 14 | 36 |
| Octal | 226 | 242 | 163 | 7 | 0 | 35 | 44 | 113 | 24 | 66 |
| Binary | 10010110 | 10100010 | 1110011 | 111 | 0 | 11101 | 100100 | 1001011 | 10100 | 110110 |
Color Harmonies of #96A273
Complementary color
Monochromatic Colors of #96A273
Black with #96A273
Text Example
Text Example
White with #96A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A273; }
p { color: rgb(150,162,115); }
H1.HeaderClassName
{
color: #96A273;
}
.AnyTagClassName
{
color: #96A273;
}
</style>
background-color css
<style>
a { background-color: #96A273; }
a { background-color: rgb(150,162,115); }
div.DivClassName
{
background-color: #96A273;
}
.BgClassName
{
background-color: #96A273;
}
</style>
border-color css
<style>
span { border-color: #96A273; }
span { border-color: rgb(150,162,115); }
td.TdClassName
{
border-color: #96A273;
}
.TagClassName
{
border-color: #96A273;
}
</style>