#9EA977

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

Shades of Sage #9EA977

Tints of Sage #9EA977

Color information

#9EA977 (or 0x9EA977) is unknown color: approx Sage. HEX triplet: 9E, A9 and 77. RGB value is (158,169,119). Sum of RGB (Red+Green+Blue) = 158+169+119=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 169 - color contains mainly: green. Hex color #9EA977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA977 is #615688. Grayscale: #A0A0A0. Windows color (decimal): -6379145 or 7842206. OLE color: 7842206.

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

Color convert

RGB158169119-
CMYK0.0700.300.34
HSL73.2º22.52%56.47%-
HSV(B)73.2º29.59%66.27%-
XYZ31.6236.9822.92-
YUV160.01104.86126.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 169 (66.41% from 255) = 37.89%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=35.43%
G=37.89%
B=26.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581691190.0700.300.3473.222.5256.47
Hex9EA977701E22491738
Octal2362511677036421112770
Binary10011110101010011110111111011110100010100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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