#939785

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

Shades of Sage #939785

Tints of Sage #939785

Color information

#939785 (or 0x939785) is unknown color: approx Sage. HEX triplet: 93, 97 and 85. RGB value is (147,151,133). Sum of RGB (Red+Green+Blue) = 147+151+133=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 151 - color contains mainly: green. Hex color #939785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939785 is #6C687A. Grayscale: #939393. Windows color (decimal): -7104635 or 8755091. OLE color: 8755091.

HSL color Cylindrical-coordinate representation of color #939785: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #939785 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB147151133-
CMYK0.0300.120.41
HSL73.33º7.96%55.69%-
HSV(B)73.33º11.92%59.22%-
XYZ27.3330.0326.55-
YUV147.75119.67127.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 151 (59.38% from 255) = 35.03%
BLUE value IS 133 (52.34% from 255) = 30.86%
R=34.11%
G=35.03%
B=30.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511330.0300.120.4173.337.9655.69
Hex93978530C2949838
Octal2232272053014511111070
Binary100100111001011110000101110110010100110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939785; }

 p { color: rgb(147,151,133); }

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

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

 a { background-color: rgb(147,151,133); }

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

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

 span { border-color: rgb(147,151,133); }

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