#7CA671

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

Shades of Amulet #7CA671

Tints of Amulet #7CA671

Color information

#7CA671 (or 0x7CA671) is unknown color: approx Amulet. HEX triplet: 7C, A6 and 71. RGB value is (124,166,113). Sum of RGB (Red+Green+Blue) = 124+166+113=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA671 is #83598E. Grayscale: #939393. Windows color (decimal): -8608143 or 7448188. OLE color: 7448188.

HSL color Cylindrical-coordinate representation of color #7CA671: hue angle of 107.55º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CA671 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB124166113-
CMYK0.2500.320.35
HSL107.55º22.94%54.71%-
HSV(B)107.55º31.93%65.1%-
XYZ24.9332.7520.63-
YUV147.4108.59111.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.77%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 113 (44.53% from 255) = 28.04%
R=30.77%
G=41.19%
B=28.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241661130.2500.320.35107.5522.9454.71
Hex7CA67119020236c1737
Octal17424616131040431542767
Binary1111100101001101110001110010100000100011110110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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