#7CA478

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

Shades of Amulet #7CA478

Tints of Amulet #7CA478

Color information

#7CA478 (or 0x7CA478) is unknown color: approx Amulet. HEX triplet: 7C, A4 and 78. RGB value is (124,164,120). Sum of RGB (Red+Green+Blue) = 124+164+120=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA478 is #835B87. Grayscale: #939393. Windows color (decimal): -8608648 or 7906428. OLE color: 7906428.

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

Color convert

RGB124164120-
CMYK0.2400.270.36
HSL114.55º19.47%55.69%-
HSV(B)114.55º26.83%64.31%-
XYZ24.9832.1922.67-
YUV147.02112.75111.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.39%
GREEN value IS 164 (64.45% from 255) = 40.20%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=30.39%
G=40.20%
B=29.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641200.2400.270.36114.5519.4755.69
Hex7CA4781801B24731338
Octal17424417030033441632370
Binary111110010100100111100011000011011100100111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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