Html Css Color HEX #7CA36D Amulet

📋 copy color: '#7CA36D'

red 124 ◦ green 163 ◦ blue 109

#7CA36D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #7CA36D

Tints of Amulet #7CA36D

RGB

 RED value IS 124 (48.83% from 255) = 31.31%

 GREEN value IS 163 (64.06% from 255) = 41.16%

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 31.31%
G = 41.16%
B = 27.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#7CA36D (or 0x7CA36D) is known color: Amulet. HEX triplet: 7C, A3 and 6D. RGB value is (124,163,109). Sum of RGB (Red+Green+Blue) = 124+163+109=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA36D is #835C92. Grayscale: #919191. Windows color (decimal): -8608915 or 7185276. OLE color: 7185276.

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

Color convert

RGB 124 163 109 -
CMYK 0.24 0 0.33 0.36
HSL 103.33º 0.23% 0.53% -
HSV(B) 103.33º 0.33% 0.64% -
XYZ 24.17 31.58 19.29 -
YUV 145.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 124 163 109 0.24 0 0.33 0.36 103.33 0.23 0.53
Hex 7C A3 6D 18 0 21 24 67 17 35
Octal 174 243 155 30 0 41 44 147 27 65
Binary 1111100 10100011 1101101 11000 0 100001 100100 1100111 10111 110101

Color Harmonies of #7CA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA36D

Black with #7CA36D

Text Example


Text Example

White with #7CA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CA36D;
 }
 .AnyTagClassName
 {
   color: #7CA36D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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