#939B79

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

Shades of Sage #939B79

Tints of Sage #939B79

Color information

#939B79 (or 0x939B79) is unknown color: approx Sage. HEX triplet: 93, 9B and 79. RGB value is (147,155,121). Sum of RGB (Red+Green+Blue) = 147+155+121=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #939B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B79 is #6C6486. Grayscale: #949494. Windows color (decimal): -7103623 or 7969683. OLE color: 7969683.

HSL color Cylindrical-coordinate representation of color #939B79: hue angle of 74.12º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #939B79 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB147155121-
CMYK0.0500.220.39
HSL74.12º14.53%54.12%-
HSV(B)74.12º21.94%60.78%-
XYZ27.2131.0322.64-
YUV148.73112.35126.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=34.75%
G=36.64%
B=28.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551210.0500.220.3974.1214.5354.12
Hex939B795016274af36
Octal2232331715026471121766
Binary1001001110011011111100110101011010011110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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