#7CA078

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

Shades of Amulet #7CA078

Tints of Amulet #7CA078

Color information

#7CA078 (or 0x7CA078) is unknown color: approx Amulet. HEX triplet: 7C, A0 and 78. RGB value is (124,160,120). Sum of RGB (Red+Green+Blue) = 124+160+120=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA078 is #835F87. Grayscale: #909090. Windows color (decimal): -8609672 or 7905404. OLE color: 7905404.

HSL color Cylindrical-coordinate representation of color #7CA078: hue angle of 114º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7CA078 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB124160120-
CMYK0.2200.250.37
HSL114º17.39%54.9%-
HSV(B)114º25%62.75%-
XYZ24.2730.7822.43-
YUV144.68114.07113.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.69%
GREEN value IS 160 (62.89% from 255) = 39.60%
BLUE value IS 120 (47.27% from 255) = 29.70%
R=30.69%
G=39.60%
B=29.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1241601200.2200.250.3711417.3954.9
Hex7CA0781601925721137
Octal17424017026031451622167
Binary111110010100000111100010110011001100101111001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,120); }

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

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

 a { background-color: rgb(124,160,120); }

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

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

 span { border-color: rgb(124,160,120); }

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