#8DAA7D

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

Shades of Amulet #8DAA7D

Tints of Amulet #8DAA7D

Color information

#8DAA7D (or 0x8DAA7D) is unknown color: approx Amulet. HEX triplet: 8D, AA and 7D. RGB value is (141,170,125). Sum of RGB (Red+Green+Blue) = 141+170+125=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA7D is #725582. Grayscale: #9C9C9C. Windows color (decimal): -7492995 or 8235661. OLE color: 8235661.

HSL color Cylindrical-coordinate representation of color #8DAA7D: hue angle of 98.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DAA7D is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB141170125-
CMYK0.1700.260.33
HSL98.67º20.93%57.84%-
HSV(B)98.67º26.47%66.67%-
XYZ29.0635.8924.8-
YUV156.2110.39117.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=32.34%
G=38.99%
B=28.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701250.1700.260.3398.6720.9357.84
Hex8DAA7D1101A2163153a
Octal21525217521032411432572
Binary1000110110101010111110110001011010100001110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,125); }

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

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

 a { background-color: rgb(141,170,125); }

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

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

 span { border-color: rgb(141,170,125); }

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