#8E9581

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

Shades of Sage #8E9581

Tints of Sage #8E9581

Color information

#8E9581 (or 0x8E9581) is unknown color: approx Sage. HEX triplet: 8E, 95 and 81. RGB value is (142,149,129). Sum of RGB (Red+Green+Blue) = 142+149+129=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9581 is #716A7E. Grayscale: #909090. Windows color (decimal): -7432831 or 8492430. OLE color: 8492430.

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

Color convert

RGB142149129-
CMYK0.0500.130.42
HSL81º8.62%54.51%-
HSV(B)81º13.42%58.43%-
XYZ25.8728.8324.97-
YUV144.63119.18126.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=33.81%
G=35.48%
B=30.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1421491290.0500.130.42818.6254.51
Hex8E958150D2A51937
Octal2162252015015521211167
Binary1000111010010101100000011010110110101010100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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