#939F82

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

Shades of Sage #939F82

Tints of Sage #939F82

Color information

#939F82 (or 0x939F82) is unknown color: approx Sage. HEX triplet: 93, 9F and 82. RGB value is (147,159,130). Sum of RGB (Red+Green+Blue) = 147+159+130=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #939F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939F82 is #6C607D. Grayscale: #989898. Windows color (decimal): -7102590 or 8560531. OLE color: 8560531.

HSL color Cylindrical-coordinate representation of color #939F82: hue angle of 84.83º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #939F82 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB147159130-
CMYK0.0800.180.38
HSL84.83º13.12%56.67%-
HSV(B)84.83º18.24%62.35%-
XYZ28.4632.6125.91-
YUV152.11115.52124.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.72%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=33.72%
G=36.47%
B=29.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591300.0800.180.3884.8313.1256.67
Hex939F8280122655d39
Octal22323720210022461251571
Binary100100111001111110000010100001001010011010101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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