Shades of Sage #939F7C
Tints of Sage #939F7C
RGB
CMYK
RGB Variations
Color information
#939F7C (or 0x939F7C) is known color: Sage. HEX triplet: 93, 9F and 7C. RGB value is (147,159,124). Sum of RGB (Red+Green+Blue) = 147+159+124=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #939F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F7C is #6C6083. Grayscale: #979797. Windows color (decimal): -7102596 or 8167315. OLE color: 8167315.
HSL color Cylindrical-coordinate representation of color #939F7C: hue angle of 80.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939F7C is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 159 | 124 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.38 |
| HSL | 80.57º | 0.15% | 0.55% | - |
| HSV(B) | 80.57º | 0.22% | 0.62% | - |
| XYZ | 28.07 | 32.45 | 23.85 | - |
| YUV | 151.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 159 | 124 | 0.08 | 0 | 0.22 | 0.38 | 80.57 | 0.15 | 0.55 |
| Hex | 93 | 9F | 7C | 8 | 0 | 16 | 26 | 51 | F | 37 |
| Octal | 223 | 237 | 174 | 10 | 0 | 26 | 46 | 121 | 17 | 67 |
| Binary | 10010011 | 10011111 | 1111100 | 1000 | 0 | 10110 | 100110 | 1010001 | 1111 | 110111 |
Color Harmonies of #939F7C
Complementary color
Monochromatic Colors of #939F7C
Black with #939F7C
Text Example
Text Example
White with #939F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939F7C; }
p { color: rgb(147,159,124); }
H1.HeaderClassName
{
color: #939F7C;
}
.AnyTagClassName
{
color: #939F7C;
}
</style>
background-color css
<style>
a { background-color: #939F7C; }
a { background-color: rgb(147,159,124); }
div.DivClassName
{
background-color: #939F7C;
}
.BgClassName
{
background-color: #939F7C;
}
</style>
border-color css
<style>
span { border-color: #939F7C; }
span { border-color: rgb(147,159,124); }
td.TdClassName
{
border-color: #939F7C;
}
.TagClassName
{
border-color: #939F7C;
}
</style>