#939E78

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

Shades of Sage #939E78

Tints of Sage #939E78

Color information

#939E78 (or 0x939E78) is unknown color: approx Sage. HEX triplet: 93, 9E and 78. RGB value is (147,158,120). Sum of RGB (Red+Green+Blue) = 147+158+120=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #939E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E78 is #6C6187. Grayscale: #969696. Windows color (decimal): -7102856 or 7904915. OLE color: 7904915.

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

Color convert

RGB147158120-
CMYK0.0700.240.38
HSL77.37º16.38%54.51%-
HSV(B)77.37º24.05%61.96%-
XYZ27.6532.0122.49-
YUV150.38110.86125.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.59%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 120 (47.27% from 255) = 28.24%
R=34.59%
G=37.18%
B=28.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471581200.0700.240.3877.3716.3854.51
Hex939E787018264d1037
Octal2232361707030461152067
Binary10010011100111101111000111011000100110100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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