Html Css Color HEX #7CA36E Amulet

📋 copy color: '#7CA36E'

red 124 ◦ green 163 ◦ blue 110

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

Shades of Amulet #7CA36E

Tints of Amulet #7CA36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.71%

R = 31.23%
G = 41.06%
B = 27.71%

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

#7CA36E (or 0x7CA36E) is known color: Amulet. HEX triplet: 7C, A3 and 6E. RGB value is (124,163,110). Sum of RGB (Red+Green+Blue) = 124+163+110=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA36E is #835C91. Grayscale: #919191. Windows color (decimal): -8608914 or 7250812. OLE color: 7250812.

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

Color convert

RGB 124 163 110 -
CMYK 0.24 0 0.33 0.36
HSL 104.15º 0.22% 0.54% -
HSV(B) 104.15º 0.33% 0.64% -
XYZ 24.22 31.61 19.58 -
YUV 145.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 124 163 110 0.24 0 0.33 0.36 104.15 0.22 0.54
Hex 7C A3 6E 18 0 21 24 68 16 36
Octal 174 243 156 30 0 41 44 150 26 66
Binary 1111100 10100011 1101110 11000 0 100001 100100 1101000 10110 110110

Color Harmonies of #7CA36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA36E

Black with #7CA36E

Text Example


Text Example

White with #7CA36E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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