#8E987C

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

Shades of Sage #8E987C

Tints of Sage #8E987C

Color information

#8E987C (or 0x8E987C) is unknown color: approx Sage. HEX triplet: 8E, 98 and 7C. RGB value is (142,152,124). Sum of RGB (Red+Green+Blue) = 142+152+124=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #8E987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E987C is #716783. Grayscale: #919191. Windows color (decimal): -7432068 or 8165518. OLE color: 8165518.

HSL color Cylindrical-coordinate representation of color #8E987C: hue angle of 81.43º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E987C is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB142152124-
CMYK0.0700.180.40
HSL81.43º11.97%54.12%-
HSV(B)81.43º18.42%59.61%-
XYZ26.0229.6623.42-
YUV145.82115.69125.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=33.97%
G=36.36%
B=29.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421521240.0700.180.4081.4311.9754.12
Hex8E987C70122851c36
Octal2162301747022501211466
Binary1000111010011000111110011101001010100010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E987C; }

 p { color: rgb(142,152,124); }

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

<style>
 a { background-color: #8E987C; }

 a { background-color: rgb(142,152,124); }

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

<style>
 span { border-color: #8E987C; }

 span { border-color: rgb(142,152,124); }

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