#939F6D

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

Shades of Sage #939F6D

Tints of Sage #939F6D

Color information

#939F6D (or 0x939F6D) is unknown color: approx Sage. HEX triplet: 93, 9F and 6D. RGB value is (147,159,109). Sum of RGB (Red+Green+Blue) = 147+159+109=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #939F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F6D is #6C6092. Grayscale: #959595. Windows color (decimal): -7102611 or 7184275. OLE color: 7184275.

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

Color convert

RGB147159109-
CMYK0.0800.310.38
HSL74.4º20.66%52.55%-
HSV(B)74.4º31.45%62.35%-
XYZ27.1932.119.23-
YUV149.71105.02126.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.42%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=35.42%
G=38.31%
B=26.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591090.0800.310.3874.420.6652.55
Hex939F6D801F264a1535
Octal22323715510037461122565
Binary100100111001111111011011000011111100110100101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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