#939E73

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

Shades of Sage #939E73

Tints of Sage #939E73

Color information

#939E73 (or 0x939E73) is unknown color: approx Sage. HEX triplet: 93, 9E and 73. RGB value is (147,158,115). Sum of RGB (Red+Green+Blue) = 147+158+115=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #939E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E73 is #6C618C. Grayscale: #959595. Windows color (decimal): -7102861 or 7577235. OLE color: 7577235.

HSL color Cylindrical-coordinate representation of color #939E73: hue angle of 75.35º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #939E73 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB147158115-
CMYK0.0700.270.38
HSL75.35º18.14%53.53%-
HSV(B)75.35º27.22%61.96%-
XYZ27.3531.8920.93-
YUV149.81108.36126-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=35%
G=37.62%
B=27.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471581150.0700.270.3875.3518.1453.53
Hex939E73701B264b1236
Octal2232361637033461132266
Binary10010011100111101110011111011011100110100101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,158,115); }

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

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

 a { background-color: rgb(147,158,115); }

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

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

 span { border-color: rgb(147,158,115); }

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