#8DA97B

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

Shades of Amulet #8DA97B

Tints of Amulet #8DA97B

Color information

#8DA97B (or 0x8DA97B) is unknown color: approx Amulet. HEX triplet: 8D, A9 and 7B. RGB value is (141,169,123). Sum of RGB (Red+Green+Blue) = 141+169+123=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA97B is #725684. Grayscale: #9B9B9B. Windows color (decimal): -7493253 or 8104333. OLE color: 8104333.

HSL color Cylindrical-coordinate representation of color #8DA97B: hue angle of 96.52º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA97B is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB141169123-
CMYK0.1700.270.34
HSL96.52º21.1%57.25%-
HSV(B)96.52º27.22%66.27%-
XYZ28.7535.4724.07-
YUV155.38109.72117.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 169 (66.41% from 255) = 39.03%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=32.56%
G=39.03%
B=28.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411691230.1700.270.3496.5221.157.25
Hex8DA97B1101B22611539
Octal21525117321033421412571
Binary1000110110101001111101110001011011100010110000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,123); }

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

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

 a { background-color: rgb(141,169,123); }

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

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

 span { border-color: rgb(141,169,123); }

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