#8E9481

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

Shades of Sage #8E9481

Tints of Sage #8E9481

Color information

#8E9481 (or 0x8E9481) is unknown color: approx Sage. HEX triplet: 8E, 94 and 81. RGB value is (142,148,129). Sum of RGB (Red+Green+Blue) = 142+148+129=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #8E9481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9481 is #716B7E. Grayscale: #909090. Windows color (decimal): -7433087 or 8492174. OLE color: 8492174.

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

Color convert

RGB142148129-
CMYK0.0400.130.42
HSL78.95º8.15%54.31%-
HSV(B)78.95º12.84%58.04%-
XYZ25.7128.5224.92-
YUV144.04119.51126.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.89%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 129 (50.78% from 255) = 30.79%
R=33.89%
G=35.32%
B=30.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421481290.0400.130.4278.958.1554.31
Hex8E948140D2A4f836
Octal2162242014015521171066
Binary1000111010010100100000011000110110101010011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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