#939F7F

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

Shades of Sage #939F7F

Tints of Sage #939F7F

Color information

#939F7F (or 0x939F7F) is unknown color: approx Sage. HEX triplet: 93, 9F and 7F. RGB value is (147,159,127). Sum of RGB (Red+Green+Blue) = 147+159+127=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #939F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F7F is #6C6080. Grayscale: #979797. Windows color (decimal): -7102593 or 8363923. OLE color: 8363923.

HSL color Cylindrical-coordinate representation of color #939F7F: hue angle of 82.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #939F7F is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB147159127-
CMYK0.0800.200.38
HSL82.5º14.29%56.08%-
HSV(B)82.5º20.13%62.35%-
XYZ28.2632.5324.87-
YUV151.76114.02124.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.95%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 127 (50% from 255) = 29.33%
R=33.95%
G=36.72%
B=29.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591270.0800.200.3882.514.2956.08
Hex939F7F80142652e38
Octal22323717710024461221670
Binary10010011100111111111111100001010010011010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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