#939D82

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

Shades of Sage #939D82

Tints of Sage #939D82

Color information

#939D82 (or 0x939D82) is unknown color: approx Sage. HEX triplet: 93, 9D and 82. RGB value is (147,157,130). Sum of RGB (Red+Green+Blue) = 147+157+130=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #939D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939D82 is #6C627D. Grayscale: #979797. Windows color (decimal): -7103102 or 8560019. OLE color: 8560019.

HSL color Cylindrical-coordinate representation of color #939D82: hue angle of 82.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #939D82 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB147157130-
CMYK0.0600.170.38
HSL82.22º12.11%56.27%-
HSV(B)82.22º17.2%61.57%-
XYZ28.1231.9325.8-
YUV150.93116.19125.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 157 (61.72% from 255) = 36.18%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=33.87%
G=36.18%
B=29.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471571300.0600.170.3882.2212.1156.27
Hex939D8260112652c38
Octal2232352026021461221470
Binary10010011100111011000001011001000110011010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939D82; }

 p { color: rgb(147,157,130); }

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

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

 a { background-color: rgb(147,157,130); }

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

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

 span { border-color: rgb(147,157,130); }

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