Html Css Color HEX #7EA56E Amulet

📋 copy color: '#7EA56E'

red 126 ◦ green 165 ◦ blue 110

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

Shades of Amulet #7EA56E

Tints of Amulet #7EA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

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

R = 31.42%
G = 41.15%
B = 27.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#7EA56E (or 0x7EA56E) is known color: Amulet. HEX triplet: 7E, A5 and 6E. RGB value is (126,165,110). Sum of RGB (Red+Green+Blue) = 126+165+110=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA56E is #815A91. Grayscale: #939393. Windows color (decimal): -8477330 or 7251326. OLE color: 7251326.

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

Color convert

RGB 126 165 110 -
CMYK 0.24 0 0.33 0.35
HSL 102.55º 0.23% 0.54% -
HSV(B) 102.55º 0.33% 0.65% -
XYZ 24.87 32.47 19.71 -
YUV 147.07 107.08 112.97 -
System Red Green Blue C M Y K H S L
Decimal 126 165 110 0.24 0 0.33 0.35 102.55 0.23 0.54
Hex 7E A5 6E 18 0 21 23 67 17 36
Octal 176 245 156 30 0 41 43 147 27 66
Binary 1111110 10100101 1101110 11000 0 100001 100011 1100111 10111 110110

Color Harmonies of #7EA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA56E

Black with #7EA56E

Text Example


Text Example

White with #7EA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,165,110); }

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

background-color css

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

 a { background-color: rgb(126,165,110); }

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

border-color css

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

 span { border-color: rgb(126,165,110); }

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