Shades of Sage #939B80
Tints of Sage #939B80
RGB
CMYK
RGB Variations
Color information
#939B80 (or 0x939B80) is known color: Sage. HEX triplet: 93, 9B and 80. RGB value is (147,155,128). Sum of RGB (Red+Green+Blue) = 147+155+128=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 155 - color contains mainly: green. Hex color #939B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B80 is #6C647F. Grayscale: #959595. Windows color (decimal): -7103616 or 8428435. OLE color: 8428435.
HSL color Cylindrical-coordinate representation of color #939B80: hue angle of 77.78º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #939B80 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 155 | 128 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.39 |
| HSL | 77.78º | 0.12% | 0.55% | - |
| HSV(B) | 77.78º | 0.17% | 0.61% | - |
| XYZ | 27.65 | 31.2 | 24.99 | - |
| YUV | 149.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 128 | 0.05 | 0 | 0.17 | 0.39 | 77.78 | 0.12 | 0.55 |
| Hex | 93 | 9B | 80 | 5 | 0 | 11 | 27 | 4E | C | 37 |
| Octal | 223 | 233 | 200 | 5 | 0 | 21 | 47 | 116 | 14 | 67 |
| Binary | 10010011 | 10011011 | 10000000 | 101 | 0 | 10001 | 100111 | 1001110 | 1100 | 110111 |
Color Harmonies of #939B80
Complementary color
Monochromatic Colors of #939B80
Black with #939B80
Text Example
Text Example
White with #939B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939B80; }
p { color: rgb(147,155,128); }
H1.HeaderClassName
{
color: #939B80;
}
.AnyTagClassName
{
color: #939B80;
}
</style>
background-color css
<style>
a { background-color: #939B80; }
a { background-color: rgb(147,155,128); }
div.DivClassName
{
background-color: #939B80;
}
.BgClassName
{
background-color: #939B80;
}
</style>
border-color css
<style>
span { border-color: #939B80; }
span { border-color: rgb(147,155,128); }
td.TdClassName
{
border-color: #939B80;
}
.TagClassName
{
border-color: #939B80;
}
</style>