Shades of Sage #93967B
Tints of Sage #93967B
RGB
CMYK
RGB Variations
Color information
#93967B (or 0x93967B) is known color: Sage. HEX triplet: 93, 96 and 7B. RGB value is (147,150,123). Sum of RGB (Red+Green+Blue) = 147+150+123=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #93967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93967B is #6C6984. Grayscale: #929292. Windows color (decimal): -7104901 or 8099475. OLE color: 8099475.
HSL color Cylindrical-coordinate representation of color #93967B: hue angle of 66.67º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93967B is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 123 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.41 |
| HSL | 66.67º | 0.11% | 0.54% | - |
| HSV(B) | 66.67º | 0.18% | 0.59% | - |
| XYZ | 26.51 | 29.45 | 23.03 | - |
| YUV | 146.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 123 | 0.02 | 0 | 0.18 | 0.41 | 66.67 | 0.11 | 0.54 |
| Hex | 93 | 96 | 7B | 2 | 0 | 12 | 29 | 43 | B | 36 |
| Octal | 223 | 226 | 173 | 2 | 0 | 22 | 51 | 103 | 13 | 66 |
| Binary | 10010011 | 10010110 | 1111011 | 10 | 0 | 10010 | 101001 | 1000011 | 1011 | 110110 |
Color Harmonies of #93967B
Complementary color
Monochromatic Colors of #93967B
Black with #93967B
Text Example
Text Example
White with #93967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93967B; }
p { color: rgb(147,150,123); }
H1.HeaderClassName
{
color: #93967B;
}
.AnyTagClassName
{
color: #93967B;
}
</style>
background-color css
<style>
a { background-color: #93967B; }
a { background-color: rgb(147,150,123); }
div.DivClassName
{
background-color: #93967B;
}
.BgClassName
{
background-color: #93967B;
}
</style>
border-color css
<style>
span { border-color: #93967B; }
span { border-color: rgb(147,150,123); }
td.TdClassName
{
border-color: #93967B;
}
.TagClassName
{
border-color: #93967B;
}
</style>