Shades of Sage #939B73
Tints of Sage #939B73
RGB
CMYK
RGB Variations
Color information
#939B73 (or 0x939B73) is known color: Sage. HEX triplet: 93, 9B and 73. RGB value is (147,155,115). Sum of RGB (Red+Green+Blue) = 147+155+115=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #939B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B73 is #6C648C. Grayscale: #949494. Windows color (decimal): -7103629 or 7576467. OLE color: 7576467.
HSL color Cylindrical-coordinate representation of color #939B73: hue angle of 72º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #939B73 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 155 | 115 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.39 |
| HSL | 72º | 0.17% | 0.53% | - |
| HSV(B) | 72º | 0.26% | 0.61% | - |
| XYZ | 26.85 | 30.88 | 20.77 | - |
| YUV | 148.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 115 | 0.05 | 0 | 0.26 | 0.39 | 72 | 0.17 | 0.53 |
| Hex | 93 | 9B | 73 | 5 | 0 | 1A | 27 | 48 | 11 | 35 |
| Octal | 223 | 233 | 163 | 5 | 0 | 32 | 47 | 110 | 21 | 65 |
| Binary | 10010011 | 10011011 | 1110011 | 101 | 0 | 11010 | 100111 | 1001000 | 10001 | 110101 |
Color Harmonies of #939B73
Complementary color
Monochromatic Colors of #939B73
Black with #939B73
Text Example
Text Example
White with #939B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939B73; }
p { color: rgb(147,155,115); }
H1.HeaderClassName
{
color: #939B73;
}
.AnyTagClassName
{
color: #939B73;
}
</style>
background-color css
<style>
a { background-color: #939B73; }
a { background-color: rgb(147,155,115); }
div.DivClassName
{
background-color: #939B73;
}
.BgClassName
{
background-color: #939B73;
}
</style>
border-color css
<style>
span { border-color: #939B73; }
span { border-color: rgb(147,155,115); }
td.TdClassName
{
border-color: #939B73;
}
.TagClassName
{
border-color: #939B73;
}
</style>