#8E987D

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

Shades of Sage #8E987D

Tints of Sage #8E987D

Color information

#8E987D (or 0x8E987D) is unknown color: approx Sage. HEX triplet: 8E, 98 and 7D. RGB value is (142,152,125). Sum of RGB (Red+Green+Blue) = 142+152+125=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #8E987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E987D is #716782. Grayscale: #929292. Windows color (decimal): -7432067 or 8231054. OLE color: 8231054.

HSL color Cylindrical-coordinate representation of color #8E987D: hue angle of 82.22º 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 #8E987D is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB142152125-
CMYK0.0700.180.40
HSL82.22º11.59%54.31%-
HSV(B)82.22º17.76%59.61%-
XYZ26.0929.6923.76-
YUV145.93116.19125.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=33.89%
G=36.28%
B=29.83%

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
Decimal1421521250.0700.180.4082.2211.5954.31
Hex8E987D70122852c36
Octal2162301757022501221466
Binary1000111010011000111110111101001010100010100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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