#8E9878

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

Shades of Sage #8E9878

Tints of Sage #8E9878

Color information

#8E9878 (or 0x8E9878) is unknown color: approx Sage. HEX triplet: 8E, 98 and 78. RGB value is (142,152,120). Sum of RGB (Red+Green+Blue) = 142+152+120=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #8E9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9878 is #716787. Grayscale: #919191. Windows color (decimal): -7432072 or 7903374. OLE color: 7903374.

HSL color Cylindrical-coordinate representation of color #8E9878: hue angle of 78.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E9878 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB142152120-
CMYK0.0700.210.40
HSL78.75º13.45%53.33%-
HSV(B)78.75º21.05%59.61%-
XYZ25.7729.5622.12-
YUV145.36113.69125.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 120 (47.27% from 255) = 28.99%
R=34.30%
G=36.71%
B=28.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1421521200.0700.210.4078.7513.4553.33
Hex8E98787015284fd35
Octal2162301707025501171565
Binary1000111010011000111100011101010110100010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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