#939786

Color #939786 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #939786

Tints of Sage #939786

Color information

#939786 (or 0x939786) is unknown color: approx Sage. HEX triplet: 93, 97 and 86. RGB value is (147,151,134). Sum of RGB (Red+Green+Blue) = 147+151+134=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 151 - color contains mainly: green. Hex color #939786 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939786 is #6C6879. Grayscale: #939393. Windows color (decimal): -7104634 or 8820627. OLE color: 8820627.

HSL color Cylindrical-coordinate representation of color #939786: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #939786 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB147151134-
CMYK0.0300.110.41
HSL74.12º7.56%55.88%-
HSV(B)74.12º11.26%59.22%-
XYZ27.430.0626.91-
YUV147.87120.17127.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 134 (52.73% from 255) = 31.02%
R=34.03%
G=34.95%
B=31.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511340.0300.110.4174.127.5655.88
Hex93978630B294a838
Octal2232272063013511121070
Binary100100111001011110000110110101110100110010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939786; }

 p { color: rgb(147,151,134); }

 H1.HeaderClassName
 {
   color: #939786;
 }
 .AnyTagClassName
 {
   color: #939786;
 }
</style>
background-color css

<style>
 a { background-color: #939786; }

 a { background-color: rgb(147,151,134); }

 div.DivClassName
 {
   background-color: #939786;
 }
 .BgClassName
 {
   background-color: #939786;
 }
</style>
border-color css

<style>
 span { border-color: #939786; }

 span { border-color: rgb(147,151,134); }

 td.TdClassName
 {
   border-color: #939786;
 }
 .TagClassName
 {
   border-color: #939786;
 }
</style>