#939D7E

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

Shades of Sage #939D7E

Tints of Sage #939D7E

Color information

#939D7E (or 0x939D7E) is unknown color: approx Sage. HEX triplet: 93, 9D and 7E. RGB value is (147,157,126). Sum of RGB (Red+Green+Blue) = 147+157+126=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #939D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939D7E is #6C6281. Grayscale: #969696. Windows color (decimal): -7103106 or 8297875. OLE color: 8297875.

HSL color Cylindrical-coordinate representation of color #939D7E: hue angle of 79.35º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #939D7E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB147157126-
CMYK0.0600.200.38
HSL79.35º13.66%55.49%-
HSV(B)79.35º19.75%61.57%-
XYZ27.8631.8224.41-
YUV150.48114.19125.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=34.19%
G=36.51%
B=29.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471571260.0600.200.3879.3513.6655.49
Hex939D7E6014264fe37
Octal2232351766024461171667
Binary1001001110011101111111011001010010011010011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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