#939F7C

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

Shades of Sage #939F7C

Tints of Sage #939F7C

Color information

#939F7C (or 0x939F7C) is unknown color: approx Sage. HEX triplet: 93, 9F and 7C. RGB value is (147,159,124). Sum of RGB (Red+Green+Blue) = 147+159+124=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #939F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F7C is #6C6083. Grayscale: #979797. Windows color (decimal): -7102596 or 8167315. OLE color: 8167315.

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

Color convert

RGB147159124-
CMYK0.0800.220.38
HSL80.57º15.42%55.49%-
HSV(B)80.57º22.01%62.35%-
XYZ28.0732.4523.85-
YUV151.42112.52124.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 124 (48.83% from 255) = 28.84%
R=34.19%
G=36.98%
B=28.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591240.0800.220.3880.5715.4255.49
Hex939F7C80162651f37
Octal22323717410026461211767
Binary10010011100111111111100100001011010011010100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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