#9EA473

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

Shades of Sage #9EA473

Tints of Sage #9EA473

Color information

#9EA473 (or 0x9EA473) is unknown color: approx Sage. HEX triplet: 9E, A4 and 73. RGB value is (158,164,115). Sum of RGB (Red+Green+Blue) = 158+164+115=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA473 is #615B8C. Grayscale: #9C9C9C. Windows color (decimal): -6380429 or 7578782. OLE color: 7578782.

HSL color Cylindrical-coordinate representation of color #9EA473: hue angle of 67.35º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EA473 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB158164115-
CMYK0.0400.300.36
HSL67.35º21.21%54.71%-
HSV(B)67.35º29.88%64.31%-
XYZ30.4735.0621.38-
YUV156.62104.51128.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=36.16%
G=37.53%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641150.0400.300.3667.3521.2154.71
Hex9EA473401E24431537
Octal2362441634036441032567
Binary10011110101001001110011100011110100100100001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA473; }

 p { color: rgb(158,164,115); }

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

<style>
 a { background-color: #9EA473; }

 a { background-color: rgb(158,164,115); }

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

<style>
 span { border-color: #9EA473; }

 span { border-color: rgb(158,164,115); }

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