#9EA87B

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

Shades of Sage #9EA87B

Tints of Sage #9EA87B

Color information

#9EA87B (or 0x9EA87B) is unknown color: approx Sage. HEX triplet: 9E, A8 and 7B. RGB value is (158,168,123). Sum of RGB (Red+Green+Blue) = 158+168+123=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EA87B is #615784. Grayscale: #A0A0A0. Windows color (decimal): -6379397 or 8104094. OLE color: 8104094.

HSL color Cylindrical-coordinate representation of color #9EA87B: hue angle of 73.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9EA87B is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB158168123-
CMYK0.0600.270.34
HSL73.33º20.55%57.06%-
HSV(B)73.33º26.79%65.88%-
XYZ31.6836.724.15-
YUV159.88107.19126.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.19%
GREEN value IS 168 (66.02% from 255) = 37.42%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=35.19%
G=37.42%
B=27.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581681230.0600.270.3473.3320.5557.06
Hex9EA87B601B22491539
Octal2362501736033421112571
Binary10011110101010001111011110011011100010100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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