#7CA46D

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

Shades of Amulet #7CA46D

Tints of Amulet #7CA46D

Color information

#7CA46D (or 0x7CA46D) is unknown color: approx Amulet. HEX triplet: 7C, A4 and 6D. RGB value is (124,164,109). Sum of RGB (Red+Green+Blue) = 124+164+109=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA46D is #835B92. Grayscale: #919191. Windows color (decimal): -8608659 or 7185532. OLE color: 7185532.

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

Color convert

RGB124164109-
CMYK0.2400.340.36
HSL103.64º23.21%53.53%-
HSV(B)103.64º33.54%64.31%-
XYZ24.3531.9419.35-
YUV145.77107.25112.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 164 (64.45% from 255) = 41.31%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=31.23%
G=41.31%
B=27.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641090.2400.340.36103.6423.2153.53
Hex7CA46D1802224681736
Octal17424415530042441502766
Binary1111100101001001101101110000100010100100110100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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