Shades of Sage #96A380
Tints of Sage #96A380
RGB
CMYK
RGB Variations
Color information
#96A380 (or 0x96A380) is known color: Sage. HEX triplet: 96, A3 and 80. RGB value is (150,163,128). Sum of RGB (Red+Green+Blue) = 150+163+128=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #96A380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A380 is #695C7F. Grayscale: #9B9B9B. Windows color (decimal): -6904960 or 8430486. OLE color: 8430486.
HSL color Cylindrical-coordinate representation of color #96A380: hue angle of 82.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A380 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 163 | 128 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.36 |
| HSL | 82.29º | 0.16% | 0.57% | - |
| HSV(B) | 82.29º | 0.21% | 0.64% | - |
| XYZ | 29.57 | 34.24 | 25.47 | - |
| YUV | 155.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 128 | 0.08 | 0 | 0.21 | 0.36 | 82.29 | 0.16 | 0.57 |
| Hex | 96 | A3 | 80 | 8 | 0 | 15 | 24 | 52 | 10 | 39 |
| Octal | 226 | 243 | 200 | 10 | 0 | 25 | 44 | 122 | 20 | 71 |
| Binary | 10010110 | 10100011 | 10000000 | 1000 | 0 | 10101 | 100100 | 1010010 | 10000 | 111001 |
Color Harmonies of #96A380
Complementary color
Monochromatic Colors of #96A380
Black with #96A380
Text Example
Text Example
White with #96A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A380; }
p { color: rgb(150,163,128); }
H1.HeaderClassName
{
color: #96A380;
}
.AnyTagClassName
{
color: #96A380;
}
</style>
background-color css
<style>
a { background-color: #96A380; }
a { background-color: rgb(150,163,128); }
div.DivClassName
{
background-color: #96A380;
}
.BgClassName
{
background-color: #96A380;
}
</style>
border-color css
<style>
span { border-color: #96A380; }
span { border-color: rgb(150,163,128); }
td.TdClassName
{
border-color: #96A380;
}
.TagClassName
{
border-color: #96A380;
}
</style>