#8DA77C

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

Shades of Amulet #8DA77C

Tints of Amulet #8DA77C

Color information

#8DA77C (or 0x8DA77C) is unknown color: approx Amulet. HEX triplet: 8D, A7 and 7C. RGB value is (141,167,124). Sum of RGB (Red+Green+Blue) = 141+167+124=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA77C is #725883. Grayscale: #9A9A9A. Windows color (decimal): -7493764 or 8169357. OLE color: 8169357.

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

Color convert

RGB141167124-
CMYK0.1600.260.35
HSL96.28º19.63%57.06%-
HSV(B)96.28º25.75%65.49%-
XYZ28.4434.7624.28-
YUV154.32110.89118.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=32.64%
G=38.66%
B=28.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411671240.1600.260.3596.2819.6357.06
Hex8DA77C1001A23601439
Octal21524717420032431402471
Binary1000110110100111111110010000011010100011110000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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