#8EA06F

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

Shades of Sage #8EA06F

Tints of Sage #8EA06F

Color information

#8EA06F (or 0x8EA06F) is unknown color: approx Sage. HEX triplet: 8E, A0 and 6F. RGB value is (142,160,111). Sum of RGB (Red+Green+Blue) = 142+160+111=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA06F is #715F90. Grayscale: #959595. Windows color (decimal): -7430033 or 7315598. OLE color: 7315598.

HSL color Cylindrical-coordinate representation of color #8EA06F: hue angle of 82.04º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EA06F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB142160111-
CMYK0.1100.310.37
HSL82.04º20.5%53.14%-
HSV(B)82.04º30.63%62.75%-
XYZ26.632.0419.82-
YUV149.03106.54122.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=34.38%
G=38.74%
B=26.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421601110.1100.310.3782.0420.553.14
Hex8EA06FB01F25521535
Octal21624015713037451222565
Binary100011101010000011011111011011111100101101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,111); }

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

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

 a { background-color: rgb(142,160,111); }

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

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

 span { border-color: rgb(142,160,111); }

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