#9EA67F

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

Shades of Sage #9EA67F

Tints of Sage #9EA67F

Color information

#9EA67F (or 0x9EA67F) is unknown color: approx Sage. HEX triplet: 9E, A6 and 7F. RGB value is (158,166,127). Sum of RGB (Red+Green+Blue) = 158+166+127=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA67F is #615980. Grayscale: #9F9F9F. Windows color (decimal): -6379905 or 8365726. OLE color: 8365726.

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

Color convert

RGB158166127-
CMYK0.0500.230.35
HSL72.31º17.97%57.45%-
HSV(B)72.31º23.49%65.1%-
XYZ31.5736.0725.38-
YUV159.16109.85127.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 127 (50% from 255) = 28.16%
R=35.03%
G=36.81%
B=28.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581661270.0500.230.3572.3117.9757.45
Hex9EA67F501723481239
Octal2362461775027431102271
Binary10011110101001101111111101010111100011100100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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