#9EA684

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

Shades of Sage #9EA684

Tints of Sage #9EA684

Color information

#9EA684 (or 0x9EA684) is unknown color: approx Sage. HEX triplet: 9E, A6 and 84. RGB value is (158,166,132). Sum of RGB (Red+Green+Blue) = 158+166+132=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA684 is #61597B. Grayscale: #9F9F9F. Windows color (decimal): -6379900 or 8693406. OLE color: 8693406.

HSL color Cylindrical-coordinate representation of color #9EA684: hue angle of 74.12º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EA684 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB158166132-
CMYK0.0500.200.35
HSL74.12º16.04%58.43%-
HSV(B)74.12º20.48%65.1%-
XYZ31.936.2127.14-
YUV159.73112.35126.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 166 (65.23% from 255) = 36.40%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=34.65%
G=36.40%
B=28.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661320.0500.200.3574.1216.0458.43
Hex9EA6845014234a103a
Octal2362462045024431122072
Binary100111101010011010000100101010100100011100101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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