Html Css Color HEX #7EA46D Amulet

📋 copy color: '#7EA46D'

red 126 ◦ green 164 ◦ blue 109

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

Shades of Amulet #7EA46D

Tints of Amulet #7EA46D

RGB

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

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

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

R = 31.58%
G = 41.1%
B = 27.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#7EA46D (or 0x7EA46D) is known color: Amulet. HEX triplet: 7E, A4 and 6D. RGB value is (126,164,109). Sum of RGB (Red+Green+Blue) = 126+164+109=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA46D is #815B92. Grayscale: #929292. Windows color (decimal): -8477587 or 7185534. OLE color: 7185534.

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

Color convert

RGB 126 164 109 -
CMYK 0.23 0 0.34 0.36
HSL 101.45º 0.23% 0.54% -
HSV(B) 101.45º 0.34% 0.64% -
XYZ 24.64 32.09 19.36 -
YUV 146.37 106.91 113.47 -
System Red Green Blue C M Y K H S L
Decimal 126 164 109 0.23 0 0.34 0.36 101.45 0.23 0.54
Hex 7E A4 6D 17 0 22 24 65 17 36
Octal 176 244 155 27 0 42 44 145 27 66
Binary 1111110 10100100 1101101 10111 0 100010 100100 1100101 10111 110110

Color Harmonies of #7EA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA46D

Black with #7EA46D

Text Example


Text Example

White with #7EA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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