#9EA477

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

Shades of Sage #9EA477

Tints of Sage #9EA477

Color information

#9EA477 (or 0x9EA477) is unknown color: approx Sage. HEX triplet: 9E, A4 and 77. RGB value is (158,164,119). Sum of RGB (Red+Green+Blue) = 158+164+119=441 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.83% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA477 is #615B88. Grayscale: #9D9D9D. Windows color (decimal): -6380425 or 7840926. OLE color: 7840926.

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

Color convert

RGB158164119-
CMYK0.0400.270.36
HSL68º19.82%55.49%-
HSV(B)68º27.44%64.31%-
XYZ30.7135.1522.62-
YUV157.08106.51128.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.83%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=35.83%
G=37.19%
B=26.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581641190.0400.270.366819.8255.49
Hex9EA477401B24441437
Octal2362441674033441042467
Binary10011110101001001110111100011011100100100010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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