#8EA67D

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

Shades of Amulet #8EA67D

Tints of Amulet #8EA67D

Color information

#8EA67D (or 0x8EA67D) is unknown color: approx Amulet. HEX triplet: 8E, A6 and 7D. RGB value is (142,166,125). Sum of RGB (Red+Green+Blue) = 142+166+125=433 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.79% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #8EA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA67D is #715982. Grayscale: #9A9A9A. Windows color (decimal): -7428483 or 8234638. OLE color: 8234638.

HSL color Cylindrical-coordinate representation of color #8EA67D: hue angle of 95.12º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8EA67D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB142166125-
CMYK0.1400.250.35
HSL95.12º18.72%57.06%-
HSV(B)95.12º24.7%65.1%-
XYZ28.4934.524.56-
YUV154.15111.55119.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.79%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=32.79%
G=38.34%
B=28.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1421661250.1400.250.3595.1218.7257.06
Hex8EA67DE019235f1339
Octal21624617516031431372371
Binary100011101010011011111011110011001100011101111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,166,125); }

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

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

 a { background-color: rgb(142,166,125); }

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

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

 span { border-color: rgb(142,166,125); }

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