#9EA578

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

Shades of Sage #9EA578

Tints of Sage #9EA578

Color information

#9EA578 (or 0x9EA578) is unknown color: approx Sage. HEX triplet: 9E, A5 and 78. RGB value is (158,165,120). Sum of RGB (Red+Green+Blue) = 158+165+120=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA578 is #615A87. Grayscale: #9D9D9D. Windows color (decimal): -6380168 or 7906718. OLE color: 7906718.

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

Color convert

RGB158165120-
CMYK0.0400.270.35
HSL69.33º20%55.88%-
HSV(B)69.33º27.27%64.71%-
XYZ30.9535.5423-
YUV157.78106.68128.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.67%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=35.67%
G=37.25%
B=27.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651200.0400.270.3569.332055.88
Hex9EA578401B23451438
Octal2362451704033431052470
Binary10011110101001011111000100011011100011100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,120); }

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

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

 a { background-color: rgb(158,165,120); }

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

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

 span { border-color: rgb(158,165,120); }

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