#8EA272

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

Shades of Sage #8EA272

Tints of Sage #8EA272

Color information

#8EA272 (or 0x8EA272) is unknown color: approx Sage. HEX triplet: 8E, A2 and 72. RGB value is (142,162,114). Sum of RGB (Red+Green+Blue) = 142+162+114=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA272 is #715D8D. Grayscale: #969696. Windows color (decimal): -7429518 or 7512718. OLE color: 7512718.

HSL color Cylindrical-coordinate representation of color #8EA272: hue angle of 85º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EA272 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB142162114-
CMYK0.1200.300.36
HSL85º20.51%54.12%-
HSV(B)85º29.63%63.53%-
XYZ27.1132.8120.82-
YUV150.55107.37121.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.97%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=33.97%
G=38.76%
B=27.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1421621140.1200.300.368520.5154.12
Hex8EA272C01E24551536
Octal21624216214036441252566
Binary100011101010001011100101100011110100100101010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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