#7CA36F

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

Shades of Amulet #7CA36F

Tints of Amulet #7CA36F

Color information

#7CA36F (or 0x7CA36F) is unknown color: approx Amulet. HEX triplet: 7C, A3 and 6F. RGB value is (124,163,111). Sum of RGB (Red+Green+Blue) = 124+163+111=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA36F is #835C90. Grayscale: #919191. Windows color (decimal): -8608913 or 7316348. OLE color: 7316348.

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

Color convert

RGB124163111-
CMYK0.2400.320.36
HSL105º22.03%53.73%-
HSV(B)105º31.9%63.92%-
XYZ24.2831.6319.86-
YUV145.41108.58112.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=31.16%
G=40.95%
B=27.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241631110.2400.320.3610522.0353.73
Hex7CA36F1802024691636
Octal17424315730040441512666
Binary1111100101000111101111110000100000100100110100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,163,111); }

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

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

 a { background-color: rgb(124,163,111); }

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

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

 span { border-color: rgb(124,163,111); }

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