#9EA373

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

Shades of Sage #9EA373

Tints of Sage #9EA373

Color information

#9EA373 (or 0x9EA373) is unknown color: approx Sage. HEX triplet: 9E, A3 and 73. RGB value is (158,163,115). Sum of RGB (Red+Green+Blue) = 158+163+115=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA373 is #615C8C. Grayscale: #9C9C9C. Windows color (decimal): -6380685 or 7578526. OLE color: 7578526.

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

Color convert

RGB158163115-
CMYK0.0300.290.36
HSL66.25º20.69%54.51%-
HSV(B)66.25º29.45%63.92%-
XYZ30.2934.721.32-
YUV156.03104.84129.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.24%
GREEN value IS 163 (64.06% from 255) = 37.39%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=36.24%
G=37.39%
B=26.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581631150.0300.290.3666.2520.6954.51
Hex9EA373301D24421537
Octal2362431633035441022567
Binary1001111010100011111001111011101100100100001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,163,115); }

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

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

 a { background-color: rgb(158,163,115); }

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

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

 span { border-color: rgb(158,163,115); }

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