#7CA470

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

Shades of Amulet #7CA470

Tints of Amulet #7CA470

Color information

#7CA470 (or 0x7CA470) is unknown color: approx Amulet. HEX triplet: 7C, A4 and 70. RGB value is (124,164,112). Sum of RGB (Red+Green+Blue) = 124+164+112=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA470 is #835B8F. Grayscale: #929292. Windows color (decimal): -8608656 or 7382140. OLE color: 7382140.

HSL color Cylindrical-coordinate representation of color #7CA470: hue angle of 106.15º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CA470 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB124164112-
CMYK0.2400.320.36
HSL106.15º22.22%54.12%-
HSV(B)106.15º31.71%64.31%-
XYZ24.5132.0120.22-
YUV146.11108.75112.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 112 (44.14% from 255) = 28%
R=31%
G=41%
B=28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641120.2400.320.36106.1522.2254.12
Hex7CA47018020246a1636
Octal17424416030040441522666
Binary1111100101001001110000110000100000100100110101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,164,112); }

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

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

 a { background-color: rgb(124,164,112); }

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

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

 span { border-color: rgb(124,164,112); }

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