#9EA973

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

Shades of Sage #9EA973

Tints of Sage #9EA973

Color information

#9EA973 (or 0x9EA973) is unknown color: approx Sage. HEX triplet: 9E, A9 and 73. RGB value is (158,169,115). Sum of RGB (Red+Green+Blue) = 158+169+115=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA973 is #61568C. Grayscale: #9F9F9F. Windows color (decimal): -6379149 or 7580062. OLE color: 7580062.

HSL color Cylindrical-coordinate representation of color #9EA973: hue angle of 72.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EA973 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB158169115-
CMYK0.0700.320.34
HSL72.22º23.89%55.69%-
HSV(B)72.22º31.95%66.27%-
XYZ31.3836.8821.68-
YUV159.56102.86126.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.75%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=35.75%
G=38.24%
B=26.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691150.0700.320.3472.2223.8955.69
Hex9EA973702022481838
Octal2362511637040421103070
Binary100111101010100111100111110100000100010100100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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