#8E917C

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

Shades of Sage #8E917C

Tints of Sage #8E917C

Color information

#8E917C (or 0x8E917C) is unknown color: approx Sage. HEX triplet: 8E, 91 and 7C. RGB value is (142,145,124). Sum of RGB (Red+Green+Blue) = 142+145+124=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #8E917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E917C is #716E83. Grayscale: #8D8D8D. Windows color (decimal): -7433860 or 8163726. OLE color: 8163726.

HSL color Cylindrical-coordinate representation of color #8E917C: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E917C is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB142145124-
CMYK0.0200.140.43
HSL68.57º8.71%52.75%-
HSV(B)68.57º14.48%56.86%-
XYZ24.9227.4623.06-
YUV141.71118.01128.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.55%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=34.55%
G=35.28%
B=30.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1421451240.0200.140.4368.578.7152.75
Hex8E917C20E2B45935
Octal2162211742016531051165
Binary10001110100100011111100100111010101110001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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