#8CAB7C

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

Shades of Amulet #8CAB7C

Tints of Amulet #8CAB7C

Color information

#8CAB7C (or 0x8CAB7C) is unknown color: approx Amulet. HEX triplet: 8C, AB and 7C. RGB value is (140,171,124). Sum of RGB (Red+Green+Blue) = 140+171+124=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB7C is #735483. Grayscale: #9C9C9C. Windows color (decimal): -7558276 or 8170380. OLE color: 8170380.

HSL color Cylindrical-coordinate representation of color #8CAB7C: hue angle of 99.57º degrees, saturation: 0.22, 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 #8CAB7C is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB140171124-
CMYK0.1800.270.33
HSL99.57º21.86%57.84%-
HSV(B)99.57º27.49%67.06%-
XYZ29.0236.1624.52-
YUV156.37109.73116.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=32.18%
G=39.31%
B=28.51%

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
Decimal1401711240.1800.270.3399.5721.8657.84
Hex8CAB7C1201B2164163a
Octal21425317422033411442672
Binary1000110010101011111110010010011011100001110010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,124); }

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

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

 a { background-color: rgb(140,171,124); }

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

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

 span { border-color: rgb(140,171,124); }

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