#8E9478

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

Shades of Sage #8E9478

Tints of Sage #8E9478

Color information

#8E9478 (or 0x8E9478) is unknown color: approx Sage. HEX triplet: 8E, 94 and 78. RGB value is (142,148,120). Sum of RGB (Red+Green+Blue) = 142+148+120=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9478 is #716B87. Grayscale: #8F8F8F. Windows color (decimal): -7433096 or 7902350. OLE color: 7902350.

HSL color Cylindrical-coordinate representation of color #8E9478: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E9478 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB142148120-
CMYK0.0400.190.42
HSL72.86º11.57%52.55%-
HSV(B)72.86º18.92%58.04%-
XYZ25.1428.2921.9-
YUV143.01115.01127.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.63%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 120 (47.27% from 255) = 29.27%
R=34.63%
G=36.10%
B=29.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481200.0400.190.4272.8611.5752.55
Hex8E947840132A49c35
Octal2162241704023521111465
Binary1000111010010100111100010001001110101010010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,148,120); }

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

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

 a { background-color: rgb(142,148,120); }

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

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

 span { border-color: rgb(142,148,120); }

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