#9EA77A

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

Shades of Sage #9EA77A

Tints of Sage #9EA77A

Color information

#9EA77A (or 0x9EA77A) is unknown color: approx Sage. HEX triplet: 9E, A7 and 7A. RGB value is (158,167,122). Sum of RGB (Red+Green+Blue) = 158+167+122=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA77A is #615885. Grayscale: #9F9F9F. Windows color (decimal): -6379654 or 8038302. OLE color: 8038302.

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

Color convert

RGB158167122-
CMYK0.0500.270.35
HSL72º20.36%56.67%-
HSV(B)72º26.95%65.49%-
XYZ31.4336.3123.76-
YUV159.18107.02127.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=35.35%
G=37.36%
B=27.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581671220.0500.270.357220.3656.67
Hex9EA77A501B23481439
Octal2362471725033431102471
Binary10011110101001111111010101011011100011100100010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,167,122); }

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

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

 a { background-color: rgb(158,167,122); }

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

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

 span { border-color: rgb(158,167,122); }

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