#9EA77F

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

Shades of Sage #9EA77F

Tints of Sage #9EA77F

Color information

#9EA77F (or 0x9EA77F) is unknown color: approx Sage. HEX triplet: 9E, A7 and 7F. RGB value is (158,167,127). Sum of RGB (Red+Green+Blue) = 158+167+127=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA77F is #615880. Grayscale: #9F9F9F. Windows color (decimal): -6379649 or 8365982. OLE color: 8365982.

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

Color convert

RGB158167127-
CMYK0.0500.240.35
HSL73.5º18.52%57.65%-
HSV(B)73.5º23.95%65.49%-
XYZ31.7536.4425.44-
YUV159.75109.52126.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 127 (50% from 255) = 28.10%
R=34.96%
G=36.95%
B=28.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581671270.0500.240.3573.518.5257.65
Hex9EA77F5018234a133a
Octal2362471775030431122372
Binary10011110101001111111111101011000100011100101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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