#939E79

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

Shades of Sage #939E79

Tints of Sage #939E79

Color information

#939E79 (or 0x939E79) is unknown color: approx Sage. HEX triplet: 93, 9E and 79. RGB value is (147,158,121). Sum of RGB (Red+Green+Blue) = 147+158+121=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #939E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939E79 is #6C6186. Grayscale: #969696. Windows color (decimal): -7102855 or 7970451. OLE color: 7970451.

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

Color convert

RGB147158121-
CMYK0.0700.230.38
HSL77.84º16.02%54.71%-
HSV(B)77.84º23.42%61.96%-
XYZ27.7132.0422.81-
YUV150.49111.36125.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=34.51%
G=37.09%
B=28.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471581210.0700.230.3877.8416.0254.71
Hex939E797017264e1037
Octal2232361717027461162067
Binary10010011100111101111001111010111100110100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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