#8EA172

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

Shades of Sage #8EA172

Tints of Sage #8EA172

Color information

#8EA172 (or 0x8EA172) is unknown color: approx Sage. HEX triplet: 8E, A1 and 72. RGB value is (142,161,114). Sum of RGB (Red+Green+Blue) = 142+161+114=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA172 is #715E8D. Grayscale: #969696. Windows color (decimal): -7429774 or 7512462. OLE color: 7512462.

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

Color convert

RGB142161114-
CMYK0.1200.290.37
HSL84.26º20%53.92%-
HSV(B)84.26º29.19%63.14%-
XYZ26.9432.4620.76-
YUV149.96107.71122.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=34.05%
G=38.61%
B=27.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611140.1200.290.3784.262053.92
Hex8EA172C01D25541436
Octal21624116214035451242466
Binary100011101010000111100101100011101100101101010010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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