Html Css Color HEX #7EA576 Amulet

📋 copy color: '#7EA576'

red 126 ◦ green 165 ◦ blue 118

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

Shades of Amulet #7EA576

Tints of Amulet #7EA576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 30.81%
G = 40.34%
B = 28.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#7EA576 (or 0x7EA576) is known color: Amulet. HEX triplet: 7E, A5 and 76. RGB value is (126,165,118). Sum of RGB (Red+Green+Blue) = 126+165+118=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA576 is #815A89. Grayscale: #949494. Windows color (decimal): -8477322 or 7775614. OLE color: 7775614.

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

Color convert

RGB 126 165 118 -
CMYK 0.24 0 0.28 0.35
HSL 109.79º 0.21% 0.55% -
HSV(B) 109.79º 0.28% 0.65% -
XYZ 25.33 32.65 22.11 -
YUV 147.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 126 165 118 0.24 0 0.28 0.35 109.79 0.21 0.55
Hex 7E A5 76 18 0 1C 23 6E 15 37
Octal 176 245 166 30 0 34 43 156 25 67
Binary 1111110 10100101 1110110 11000 0 11100 100011 1101110 10101 110111

Color Harmonies of #7EA576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA576

Black with #7EA576

Text Example


Text Example

White with #7EA576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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