Shades of Sage #939A78
Tints of Sage #939A78
RGB
CMYK
RGB Variations
Color information
#939A78 (or 0x939A78) is known color: Sage. HEX triplet: 93, 9A and 78. RGB value is (147,154,120). Sum of RGB (Red+Green+Blue) = 147+154+120=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 154 - color contains mainly: green. Hex color #939A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939A78 is #6C6587. Grayscale: #949494. Windows color (decimal): -7103880 or 7903891. OLE color: 7903891.
HSL color Cylindrical-coordinate representation of color #939A78: hue angle of 72.35º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939A78 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 154 | 120 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.40 |
| HSL | 72.35º | 0.14% | 0.54% | - |
| HSV(B) | 72.35º | 0.22% | 0.6% | - |
| XYZ | 26.98 | 30.67 | 22.27 | - |
| YUV | 148.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 154 | 120 | 0.05 | 0 | 0.22 | 0.40 | 72.35 | 0.14 | 0.54 |
| Hex | 93 | 9A | 78 | 5 | 0 | 16 | 28 | 48 | E | 36 |
| Octal | 223 | 232 | 170 | 5 | 0 | 26 | 50 | 110 | 16 | 66 |
| Binary | 10010011 | 10011010 | 1111000 | 101 | 0 | 10110 | 101000 | 1001000 | 1110 | 110110 |
Color Harmonies of #939A78
Complementary color
Monochromatic Colors of #939A78
Black with #939A78
Text Example
Text Example
White with #939A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939A78; }
p { color: rgb(147,154,120); }
H1.HeaderClassName
{
color: #939A78;
}
.AnyTagClassName
{
color: #939A78;
}
</style>
background-color css
<style>
a { background-color: #939A78; }
a { background-color: rgb(147,154,120); }
div.DivClassName
{
background-color: #939A78;
}
.BgClassName
{
background-color: #939A78;
}
</style>
border-color css
<style>
span { border-color: #939A78; }
span { border-color: rgb(147,154,120); }
td.TdClassName
{
border-color: #939A78;
}
.TagClassName
{
border-color: #939A78;
}
</style>