Html Css Color HEX #7EA16D Amulet

📋 copy color: '#7EA16D'

red 126 ◦ green 161 ◦ blue 109

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

Shades of Amulet #7EA16D

Tints of Amulet #7EA16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

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

R = 31.82%
G = 40.66%
B = 27.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#7EA16D (or 0x7EA16D) is known color: Amulet. HEX triplet: 7E, A1 and 6D. RGB value is (126,161,109). Sum of RGB (Red+Green+Blue) = 126+161+109=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA16D is #815E92. Grayscale: #909090. Windows color (decimal): -8478355 or 7184766. OLE color: 7184766.

HSL color Cylindrical-coordinate representation of color #7EA16D: hue angle of 100.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EA16D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 161 109 -
CMYK 0.22 0 0.32 0.37
HSL 100.38º 0.22% 0.53% -
HSV(B) 100.38º 0.32% 0.63% -
XYZ 24.11 31.03 19.19 -
YUV 144.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 126 161 109 0.22 0 0.32 0.37 100.38 0.22 0.53
Hex 7E A1 6D 16 0 20 25 64 16 35
Octal 176 241 155 26 0 40 45 144 26 65
Binary 1111110 10100001 1101101 10110 0 100000 100101 1100100 10110 110101

Color Harmonies of #7EA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA16D

Black with #7EA16D

Text Example


Text Example

White with #7EA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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