#9EA784

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

Shades of Sage #9EA784

Tints of Sage #9EA784

Color information

#9EA784 (or 0x9EA784) is unknown color: approx Sage. HEX triplet: 9E, A7 and 84. RGB value is (158,167,132). Sum of RGB (Red+Green+Blue) = 158+167+132=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA784 is #61587B. Grayscale: #A0A0A0. Windows color (decimal): -6379644 or 8693662. OLE color: 8693662.

HSL color Cylindrical-coordinate representation of color #9EA784: hue angle of 75.43º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EA784 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB158167132-
CMYK0.0500.210.35
HSL75.43º16.59%58.63%-
HSV(B)75.43º20.96%65.49%-
XYZ32.0836.5727.2-
YUV160.32112.02126.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=34.57%
G=36.54%
B=28.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581671320.0500.210.3575.4316.5958.63
Hex9EA7845015234b113b
Octal2362472045025431132173
Binary100111101010011110000100101010101100011100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,132); }

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

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

 a { background-color: rgb(158,167,132); }

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

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

 span { border-color: rgb(158,167,132); }

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