#9EA57B

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

Shades of Sage #9EA57B

Tints of Sage #9EA57B

Color information

#9EA57B (or 0x9EA57B) is unknown color: approx Sage. HEX triplet: 9E, A5 and 7B. RGB value is (158,165,123). Sum of RGB (Red+Green+Blue) = 158+165+123=446 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.43% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA57B is #615A84. Grayscale: #9E9E9E. Windows color (decimal): -6380165 or 8103326. OLE color: 8103326.

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

Color convert

RGB158165123-
CMYK0.0400.250.35
HSL70º18.92%56.47%-
HSV(B)70º25.45%64.71%-
XYZ31.1335.6123.97-
YUV158.12108.18127.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.43%
GREEN value IS 165 (64.84% from 255) = 37.00%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=35.43%
G=37.00%
B=27.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1581651230.0400.250.357018.9256.47
Hex9EA57B401923461338
Octal2362451734031431062370
Binary10011110101001011111011100011001100011100011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,123); }

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

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

 a { background-color: rgb(158,165,123); }

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

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

 span { border-color: rgb(158,165,123); }

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