Html Css Color HEX #7EA56B Amulet

📋 copy color: '#7EA56B'

red 126 ◦ green 165 ◦ blue 107

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

Shades of Amulet #7EA56B

Tints of Amulet #7EA56B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 31.66%
G = 41.46%
B = 26.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#7EA56B (or 0x7EA56B) is known color: Amulet. HEX triplet: 7E, A5 and 6B. RGB value is (126,165,107). Sum of RGB (Red+Green+Blue) = 126+165+107=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA56B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA56B is #815A94. Grayscale: #929292. Windows color (decimal): -8477333 or 7054718. OLE color: 7054718.

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

Color convert

RGB 126 165 107 -
CMYK 0.24 0 0.35 0.35
HSL 100.34º 0.24% 0.53% -
HSV(B) 100.34º 0.35% 0.65% -
XYZ 24.71 32.41 18.86 -
YUV 146.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 126 165 107 0.24 0 0.35 0.35 100.34 0.24 0.53
Hex 7E A5 6B 18 0 23 23 64 18 35
Octal 176 245 153 30 0 43 43 144 30 65
Binary 1111110 10100101 1101011 11000 0 100011 100011 1100100 11000 110101

Color Harmonies of #7EA56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA56B

Black with #7EA56B

Text Example


Text Example

White with #7EA56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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