#9EA479

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

Shades of Sage #9EA479

Tints of Sage #9EA479

Color information

#9EA479 (or 0x9EA479) is unknown color: approx Sage. HEX triplet: 9E, A4 and 79. RGB value is (158,164,121). Sum of RGB (Red+Green+Blue) = 158+164+121=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA479 is #615B86. Grayscale: #9D9D9D. Windows color (decimal): -6380423 or 7971998. OLE color: 7971998.

HSL color Cylindrical-coordinate representation of color #9EA479: hue angle of 68.37º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EA479 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB158164121-
CMYK0.0400.260.36
HSL68.37º19.11%55.88%-
HSV(B)68.37º26.22%64.31%-
XYZ30.8335.223.26-
YUV157.3107.51128.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 121 (47.66% from 255) = 27.31%
R=35.67%
G=37.02%
B=27.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641210.0400.260.3668.3719.1155.88
Hex9EA479401A24441338
Octal2362441714032441042370
Binary10011110101001001111001100011010100100100010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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