#7CA66C

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

Shades of Amulet #7CA66C

Tints of Amulet #7CA66C

Color information

#7CA66C (or 0x7CA66C) is unknown color: approx Amulet. HEX triplet: 7C, A6 and 6C. RGB value is (124,166,108). Sum of RGB (Red+Green+Blue) = 124+166+108=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #7CA66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA66C is #835993. Grayscale: #939393. Windows color (decimal): -8608148 or 7120508. OLE color: 7120508.

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

Color convert

RGB124166108-
CMYK0.2500.350.35
HSL103.45º24.58%53.73%-
HSV(B)103.45º34.94%65.1%-
XYZ24.6632.6419.19-
YUV146.83106.09111.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=31.16%
G=41.71%
B=27.14%

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
Decimal1241661080.2500.350.35103.4524.5853.73
Hex7CA66C1902323671936
Octal17424615431043431473166
Binary1111100101001101101100110010100011100011110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,166,108); }

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

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

 a { background-color: rgb(124,166,108); }

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

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

 span { border-color: rgb(124,166,108); }

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