Shades of Sage #969B83
Tints of Sage #969B83
RGB
CMYK
RGB Variations
Color information
#969B83 (or 0x969B83) is known color: Sage. HEX triplet: 96, 9B and 83. RGB value is (150,155,131). Sum of RGB (Red+Green+Blue) = 150+155+131=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #969B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B83 is #69647C. Grayscale: #969696. Windows color (decimal): -6907005 or 8625046. OLE color: 8625046.
HSL color Cylindrical-coordinate representation of color #969B83: hue angle of 72.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #969B83 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 131 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.39 |
| HSL | 72.5º | 0.11% | 0.56% | - |
| HSV(B) | 72.5º | 0.15% | 0.61% | - |
| XYZ | 28.4 | 31.57 | 26.07 | - |
| YUV | 150.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 131 | 0.03 | 0 | 0.15 | 0.39 | 72.5 | 0.11 | 0.56 |
| Hex | 96 | 9B | 83 | 3 | 0 | F | 27 | 48 | B | 38 |
| Octal | 226 | 233 | 203 | 3 | 0 | 17 | 47 | 110 | 13 | 70 |
| Binary | 10010110 | 10011011 | 10000011 | 11 | 0 | 1111 | 100111 | 1001000 | 1011 | 111000 |
Color Harmonies of #969B83
Complementary color
Monochromatic Colors of #969B83
Black with #969B83
Text Example
Text Example
White with #969B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B83; }
p { color: rgb(150,155,131); }
H1.HeaderClassName
{
color: #969B83;
}
.AnyTagClassName
{
color: #969B83;
}
</style>
background-color css
<style>
a { background-color: #969B83; }
a { background-color: rgb(150,155,131); }
div.DivClassName
{
background-color: #969B83;
}
.BgClassName
{
background-color: #969B83;
}
</style>
border-color css
<style>
span { border-color: #969B83; }
span { border-color: rgb(150,155,131); }
td.TdClassName
{
border-color: #969B83;
}
.TagClassName
{
border-color: #969B83;
}
</style>