#7CA56B

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

Shades of Amulet #7CA56B

Tints of Amulet #7CA56B

Color information

#7CA56B (or 0x7CA56B) is unknown color: approx Amulet. HEX triplet: 7C, A5 and 6B. RGB value is (124,165,107). Sum of RGB (Red+Green+Blue) = 124+165+107=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA56B is #835A94. Grayscale: #929292. Windows color (decimal): -8608405 or 7054716. OLE color: 7054716.

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

Color convert

RGB124165107-
CMYK0.2500.350.35
HSL102.41º24.37%53.33%-
HSV(B)102.41º35.15%64.71%-
XYZ24.4232.2618.85-
YUV146.13105.92112.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.31%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=31.31%
G=41.67%
B=27.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241651070.2500.350.35102.4124.3753.33
Hex7CA56B1902323661835
Octal17424515331043431463065
Binary1111100101001011101011110010100011100011110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,107); }

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

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

 a { background-color: rgb(124,165,107); }

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

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

 span { border-color: rgb(124,165,107); }

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