#939A73

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

Shades of Sage #939A73

Tints of Sage #939A73

Color information

#939A73 (or 0x939A73) is unknown color: approx Sage. HEX triplet: 93, 9A and 73. RGB value is (147,154,115). Sum of RGB (Red+Green+Blue) = 147+154+115=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 154 - color contains mainly: green. Hex color #939A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939A73 is #6C658C. Grayscale: #939393. Windows color (decimal): -7103885 or 7576211. OLE color: 7576211.

HSL color Cylindrical-coordinate representation of color #939A73: hue angle of 70.77º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #939A73 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB147154115-
CMYK0.0500.250.40
HSL70.77º16.18%52.75%-
HSV(B)70.77º25.32%60.39%-
XYZ26.6830.5520.71-
YUV147.46109.68127.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=35.34%
G=37.02%
B=27.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1471541150.0500.250.4070.7716.1852.75
Hex939A73501928471035
Octal2232321635031501072065
Binary10010011100110101110011101011001101000100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,154,115); }

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

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

 a { background-color: rgb(147,154,115); }

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

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

 span { border-color: rgb(147,154,115); }

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