#939B81

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

Shades of Sage #939B81

Tints of Sage #939B81

Color information

#939B81 (or 0x939B81) is unknown color: approx Sage. HEX triplet: 93, 9B and 81. RGB value is (147,155,129). Sum of RGB (Red+Green+Blue) = 147+155+129=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #939B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B81 is #6C647E. Grayscale: #959595. Windows color (decimal): -7103615 or 8493971. OLE color: 8493971.

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

Color convert

RGB147155129-
CMYK0.0500.170.39
HSL78.46º11.5%55.69%-
HSV(B)78.46º16.77%60.78%-
XYZ27.7231.2325.34-
YUV149.64116.35126.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=34.11%
G=35.96%
B=29.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551290.0500.170.3978.4611.555.69
Hex939B815011274ec38
Octal2232332015021471161470
Binary10010011100110111000000110101000110011110011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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