#8DAB7D

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

Shades of Amulet #8DAB7D

Tints of Amulet #8DAB7D

Color information

#8DAB7D (or 0x8DAB7D) is unknown color: approx Amulet. HEX triplet: 8D, AB and 7D. RGB value is (141,171,125). Sum of RGB (Red+Green+Blue) = 141+171+125=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB7D is #725482. Grayscale: #9C9C9C. Windows color (decimal): -7492739 or 8235917. OLE color: 8235917.

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

Color convert

RGB141171125-
CMYK0.1800.270.33
HSL99.13º21.5%58.04%-
HSV(B)99.13º26.9%67.06%-
XYZ29.2536.2724.86-
YUV156.79110.06116.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.27%
GREEN value IS 171 (67.19% from 255) = 39.13%
BLUE value IS 125 (49.22% from 255) = 28.60%
R=32.27%
G=39.13%
B=28.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711250.1800.270.3399.1321.558.04
Hex8DAB7D1201B2163153a
Octal21525317522033411432572
Binary1000110110101011111110110010011011100001110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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