#7C9671

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

Shades of Amulet #7C9671

Tints of Amulet #7C9671

Color information

#7C9671 (or 0x7C9671) is unknown color: approx Amulet. HEX triplet: 7C, 96 and 71. RGB value is (124,150,113). Sum of RGB (Red+Green+Blue) = 124+150+113=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9671 is #83698E. Grayscale: #8A8A8A. Windows color (decimal): -8612239 or 7444092. OLE color: 7444092.

HSL color Cylindrical-coordinate representation of color #7C9671: hue angle of 102.16º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7C9671 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB124150113-
CMYK0.1700.250.41
HSL102.16º14.98%51.57%-
HSV(B)102.16º24.67%58.82%-
XYZ22.227.2919.72-
YUV138.01113.89118.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=32.04%
G=38.76%
B=29.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1241501130.1700.250.41102.1614.9851.57
Hex7C9671110192966f34
Octal17422616121031511461764
Binary11111001001011011100011000101100110100111001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9671; }

 p { color: rgb(124,150,113); }

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

<style>
 a { background-color: #7C9671; }

 a { background-color: rgb(124,150,113); }

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

<style>
 span { border-color: #7C9671; }

 span { border-color: rgb(124,150,113); }

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