#939782

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

Shades of Sage #939782

Tints of Sage #939782

Color information

#939782 (or 0x939782) is unknown color: approx Sage. HEX triplet: 93, 97 and 82. RGB value is (147,151,130). Sum of RGB (Red+Green+Blue) = 147+151+130=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #939782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939782 is #6C687D. Grayscale: #939393. Windows color (decimal): -7104638 or 8558483. OLE color: 8558483.

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

Color convert

RGB147151130-
CMYK0.0300.140.41
HSL71.43º9.17%55.1%-
HSV(B)71.43º13.91%59.22%-
XYZ27.1329.9525.47-
YUV147.41118.17127.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=34.35%
G=35.28%
B=30.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1471511300.0300.140.4171.439.1755.1
Hex93978230E2947937
Octal2232272023016511071167
Binary100100111001011110000010110111010100110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939782; }

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

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

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

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

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

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

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

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