#7CA467

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

Shades of Amulet #7CA467

Tints of Amulet #7CA467

Color information

#7CA467 (or 0x7CA467) is unknown color: approx Amulet. HEX triplet: 7C, A4 and 67. RGB value is (124,164,103). Sum of RGB (Red+Green+Blue) = 124+164+103=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA467 is #835B98. Grayscale: #919191. Windows color (decimal): -8608665 or 6792316. OLE color: 6792316.

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

Color convert

RGB124164103-
CMYK0.2400.370.36
HSL99.34º25.1%52.35%-
HSV(B)99.34º37.2%64.31%-
XYZ24.0431.8217.71-
YUV145.09104.25112.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 164 (64.45% from 255) = 41.94%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=31.71%
G=41.94%
B=26.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641030.2400.370.3699.3425.152.35
Hex7CA4671802524631934
Octal17424414730045441433164
Binary1111100101001001100111110000100101100100110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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