#939C74

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

Shades of Sage #939C74

Tints of Sage #939C74

Color information

#939C74 (or 0x939C74) is unknown color: approx Sage. HEX triplet: 93, 9C and 74. RGB value is (147,156,116). Sum of RGB (Red+Green+Blue) = 147+156+116=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #939C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939C74 is #6C638B. Grayscale: #949494. Windows color (decimal): -7103372 or 7642259. OLE color: 7642259.

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

Color convert

RGB147156116-
CMYK0.0600.260.39
HSL73.5º16.81%53.33%-
HSV(B)73.5º25.64%61.18%-
XYZ27.0731.2421.13-
YUV148.75109.52126.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 156 (61.33% from 255) = 37.23%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=35.08%
G=37.23%
B=27.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1471561160.0600.260.3973.516.8153.33
Hex939C74601A274a1135
Octal2232341646032471122165
Binary10010011100111001110100110011010100111100101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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