#939F76

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

Shades of Sage #939F76

Tints of Sage #939F76

Color information

#939F76 (or 0x939F76) is unknown color: approx Sage. HEX triplet: 93, 9F and 76. RGB value is (147,159,118). Sum of RGB (Red+Green+Blue) = 147+159+118=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 159 (62.5% from 255 or 37.5% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 159 - color contains mainly: green. Hex color #939F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939F76 is #6C6089. Grayscale: #969696. Windows color (decimal): -7102602 or 7774099. OLE color: 7774099.

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

Color convert

RGB147159118-
CMYK0.0800.260.38
HSL77.56º17.6%54.31%-
HSV(B)77.56º25.79%62.35%-
XYZ27.732.3121.92-
YUV150.74109.52125.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 159 (62.5% from 255) = 37.5%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=34.67%
G=37.5%
B=27.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471591180.0800.260.3877.5617.654.31
Hex939F76801A264e1236
Octal22323716610032461162266
Binary100100111001111111101101000011010100110100111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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