#8E967C

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

Shades of Sage #8E967C

Tints of Sage #8E967C

Color information

#8E967C (or 0x8E967C) is unknown color: approx Sage. HEX triplet: 8E, 96 and 7C. RGB value is (142,150,124). Sum of RGB (Red+Green+Blue) = 142+150+124=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #8E967C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E967C is #716983. Grayscale: #909090. Windows color (decimal): -7432580 or 8165006. OLE color: 8165006.

HSL color Cylindrical-coordinate representation of color #8E967C: hue angle of 78.46º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8E967C is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB142150124-
CMYK0.0500.170.41
HSL78.46º11.02%53.73%-
HSV(B)78.46º17.33%58.82%-
XYZ25.729.0223.32-
YUV144.64116.35126.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.13%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=34.13%
G=36.06%
B=29.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1421501240.0500.170.4178.4611.0253.73
Hex8E967C5011294eb36
Octal2162261745021511161366
Binary1000111010010110111110010101000110100110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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