#939B75

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

Shades of Sage #939B75

Tints of Sage #939B75

Color information

#939B75 (or 0x939B75) is unknown color: approx Sage. HEX triplet: 93, 9B and 75. RGB value is (147,155,117). Sum of RGB (Red+Green+Blue) = 147+155+117=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #939B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939B75 is #6C648A. Grayscale: #949494. Windows color (decimal): -7103627 or 7707539. OLE color: 7707539.

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

Color convert

RGB147155117-
CMYK0.0500.250.39
HSL72.63º15.97%53.33%-
HSV(B)72.63º24.52%60.78%-
XYZ26.9630.9321.38-
YUV148.28110.35127.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 155 (60.94% from 255) = 36.99%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=35.08%
G=36.99%
B=27.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471551170.0500.250.3972.6315.9753.33
Hex939B75501927491035
Octal2232331655031471112065
Binary10010011100110111110101101011001100111100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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