#9EAB7D

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

Shades of Sage #9EAB7D

Tints of Sage #9EAB7D

Color information

#9EAB7D (or 0x9EAB7D) is unknown color: approx Sage. HEX triplet: 9E, AB and 7D. RGB value is (158,171,125). Sum of RGB (Red+Green+Blue) = 158+171+125=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EAB7D is #615482. Grayscale: #A2A2A2. Windows color (decimal): -6378627 or 8235934. OLE color: 8235934.

HSL color Cylindrical-coordinate representation of color #9EAB7D: hue angle of 76.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EAB7D is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB158171125-
CMYK0.0800.270.33
HSL76.96º21.5%58.04%-
HSV(B)76.96º26.9%67.06%-
XYZ32.3737.8825.01-
YUV161.87107.19125.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 125 (49.22% from 255) = 27.53%
R=34.80%
G=37.67%
B=27.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581711250.0800.270.3376.9621.558.04
Hex9EAB7D801B214d153a
Octal23625317510033411152572
Binary100111101010101111111011000011011100001100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,171,125); }

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

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

 a { background-color: rgb(158,171,125); }

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

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

 span { border-color: rgb(158,171,125); }

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