Html Css Color HEX #7EA47C Amulet

📋 copy color: '#7EA47C'

red 126 ◦ green 164 ◦ blue 124

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

Shades of Amulet #7EA47C

Tints of Amulet #7EA47C

RGB

 RED value IS 126 (49.61% from 255) = 30.43%

 GREEN value IS 164 (64.45% from 255) = 39.61%

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 30.43%
G = 39.61%
B = 29.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#7EA47C (or 0x7EA47C) is known color: Amulet. HEX triplet: 7E, A4 and 7C. RGB value is (126,164,124). Sum of RGB (Red+Green+Blue) = 126+164+124=414 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.43% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA47C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA47C is #815B83. Grayscale: #949494. Windows color (decimal): -8477572 or 8168574. OLE color: 8168574.

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

Color convert

RGB 126 164 124 -
CMYK 0.23 0 0.24 0.36
HSL 117º 0.18% 0.56% -
HSV(B) 117º 0.24% 0.64% -
XYZ 25.52 32.44 23.99 -
YUV 148.08 114.41 112.25 -
System Red Green Blue C M Y K H S L
Decimal 126 164 124 0.23 0 0.24 0.36 117 0.18 0.56
Hex 7E A4 7C 17 0 18 24 75 12 38
Octal 176 244 174 27 0 30 44 165 22 70
Binary 1111110 10100100 1111100 10111 0 11000 100100 1110101 10010 111000

Color Harmonies of #7EA47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA47C

Black with #7EA47C

Text Example


Text Example

White with #7EA47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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