#8DA07C

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

Shades of Amulet #8DA07C

Tints of Amulet #8DA07C

Color information

#8DA07C (or 0x8DA07C) is unknown color: approx Amulet. HEX triplet: 8D, A0 and 7C. RGB value is (141,160,124). Sum of RGB (Red+Green+Blue) = 141+160+124=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA07C is #725F83. Grayscale: #969696. Windows color (decimal): -7495556 or 8167565. OLE color: 8167565.

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

Color convert

RGB141160124-
CMYK0.1200.220.37
HSL91.67º15.93%55.69%-
HSV(B)91.67º22.5%62.75%-
XYZ27.1932.2623.86-
YUV150.21113.21121.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.18%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 124 (48.83% from 255) = 29.18%
R=33.18%
G=37.65%
B=29.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1411601240.1200.220.3791.6715.9355.69
Hex8DA07CC016255c1038
Octal21524017414026451342070
Binary100011011010000011111001100010110100101101110010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,160,124); }

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

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

 a { background-color: rgb(141,160,124); }

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

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

 span { border-color: rgb(141,160,124); }

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