#8E9B7C

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

Shades of Sage #8E9B7C

Tints of Sage #8E9B7C

Color information

#8E9B7C (or 0x8E9B7C) is unknown color: approx Sage. HEX triplet: 8E, 9B and 7C. RGB value is (142,155,124). Sum of RGB (Red+Green+Blue) = 142+155+124=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #8E9B7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9B7C is #716483. Grayscale: #939393. Windows color (decimal): -7431300 or 8166286. OLE color: 8166286.

HSL color Cylindrical-coordinate representation of color #8E9B7C: hue angle of 85.16º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E9B7C is Cyan = 0.08, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB142155124-
CMYK0.0800.20.39
HSL85.16º13.42%54.71%-
HSV(B)85.16º20%60.78%-
XYZ26.5130.6523.59-
YUV147.58114.69124.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=33.73%
G=36.82%
B=29.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1421551240.0800.20.3985.1613.4254.71
Hex8E9B7C80142755d37
Octal21623317410024471251567
Binary10001110100110111111100100001010010011110101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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