#939C7F

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

Shades of Sage #939C7F

Tints of Sage #939C7F

Color information

#939C7F (or 0x939C7F) is unknown color: approx Sage. HEX triplet: 93, 9C and 7F. RGB value is (147,156,127). Sum of RGB (Red+Green+Blue) = 147+156+127=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #939C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939C7F is #6C6380. Grayscale: #969696. Windows color (decimal): -7103361 or 8363155. OLE color: 8363155.

HSL color Cylindrical-coordinate representation of color #939C7F: hue angle of 78.62º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #939C7F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB147156127-
CMYK0.0600.190.39
HSL78.62º12.78%55.49%-
HSV(B)78.62º18.59%61.18%-
XYZ27.7531.5124.7-
YUV150115.02125.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 127 (50% from 255) = 29.53%
R=34.19%
G=36.28%
B=29.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471561270.0600.190.3978.6212.7855.49
Hex939C7F6013274fd37
Octal2232341776023471171567
Binary1001001110011100111111111001001110011110011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,127); }

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

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

 a { background-color: rgb(147,156,127); }

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

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

 span { border-color: rgb(147,156,127); }

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