#8EA178

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

Shades of Sage #8EA178

Tints of Sage #8EA178

Color information

#8EA178 (or 0x8EA178) is unknown color: approx Sage. HEX triplet: 8E, A1 and 78. RGB value is (142,161,120). Sum of RGB (Red+Green+Blue) = 142+161+120=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA178 is #715E87. Grayscale: #969696. Windows color (decimal): -7429768 or 7905678. OLE color: 7905678.

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

Color convert

RGB142161120-
CMYK0.1200.250.37
HSL87.8º17.9%55.1%-
HSV(B)87.8º25.47%63.14%-
XYZ27.2932.622.62-
YUV150.64110.71121.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.57%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=33.57%
G=38.06%
B=28.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611200.1200.250.3787.817.955.1
Hex8EA178C01925581237
Octal21624117014031451302267
Binary100011101010000111110001100011001100101101100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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