Shades of Sage #939975
Tints of Sage #939975
RGB
CMYK
RGB Variations
Color information
#939975 (or 0x939975) is known color: Sage. HEX triplet: 93, 99 and 75. RGB value is (147,153,117). Sum of RGB (Red+Green+Blue) = 147+153+117=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #939975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939975 is #6C668A. Grayscale: #939393. Windows color (decimal): -7104139 or 7707027. OLE color: 7707027.
HSL color Cylindrical-coordinate representation of color #939975: hue angle of 70º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #939975 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 117 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.4 |
| HSL | 70º | 0.15% | 0.53% | - |
| HSV(B) | 70º | 0.24% | 0.6% | - |
| XYZ | 26.63 | 30.27 | 21.27 | - |
| YUV | 147.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 117 | 0.04 | 0 | 0.24 | 0.4 | 70 | 0.15 | 0.53 |
| Hex | 93 | 99 | 75 | 4 | 0 | 18 | 28 | 46 | F | 35 |
| Octal | 223 | 231 | 165 | 4 | 0 | 30 | 50 | 106 | 17 | 65 |
| Binary | 10010011 | 10011001 | 1110101 | 100 | 0 | 11000 | 101000 | 1000110 | 1111 | 110101 |
Color Harmonies of #939975
Complementary color
Monochromatic Colors of #939975
Black with #939975
Text Example
Text Example
White with #939975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939975; }
p { color: rgb(147,153,117); }
H1.HeaderClassName
{
color: #939975;
}
.AnyTagClassName
{
color: #939975;
}
</style>
background-color css
<style>
a { background-color: #939975; }
a { background-color: rgb(147,153,117); }
div.DivClassName
{
background-color: #939975;
}
.BgClassName
{
background-color: #939975;
}
</style>
border-color css
<style>
span { border-color: #939975; }
span { border-color: rgb(147,153,117); }
td.TdClassName
{
border-color: #939975;
}
.TagClassName
{
border-color: #939975;
}
</style>