#8EA176

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

Shades of Sage #8EA176

Tints of Sage #8EA176

Color information

#8EA176 (or 0x8EA176) is unknown color: approx Sage. HEX triplet: 8E, A1 and 76. RGB value is (142,161,118). Sum of RGB (Red+Green+Blue) = 142+161+118=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA176 is #715E89. Grayscale: #969696. Windows color (decimal): -7429770 or 7774606. OLE color: 7774606.

HSL color Cylindrical-coordinate representation of color #8EA176: hue angle of 86.51º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8EA176 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB142161118-
CMYK0.1200.270.37
HSL86.51º18.61%54.71%-
HSV(B)86.51º26.71%63.14%-
XYZ27.1732.5521.99-
YUV150.42109.71122-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=33.73%
G=38.24%
B=28.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611180.1200.270.3786.5118.6154.71
Hex8EA176C01B25571337
Octal21624116614033451272367
Binary100011101010000111101101100011011100101101011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,118); }

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

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

 a { background-color: rgb(142,161,118); }

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

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

 span { border-color: rgb(142,161,118); }

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