#9EA67C

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

Shades of Sage #9EA67C

Tints of Sage #9EA67C

Color information

#9EA67C (or 0x9EA67C) is unknown color: approx Sage. HEX triplet: 9E, A6 and 7C. RGB value is (158,166,124). Sum of RGB (Red+Green+Blue) = 158+166+124=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA67C is #615983. Grayscale: #9E9E9E. Windows color (decimal): -6379908 or 8169118. OLE color: 8169118.

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

Color convert

RGB158166124-
CMYK0.0500.250.35
HSL71.43º19.09%56.86%-
HSV(B)71.43º25.3%65.1%-
XYZ31.373624.36-
YUV158.82108.35127.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=35.27%
G=37.05%
B=27.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661240.0500.250.3571.4319.0956.86
Hex9EA67C501923471339
Octal2362461745031431072371
Binary10011110101001101111100101011001100011100011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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