Html Css Color HEX #7EA276 Amulet

📋 copy color: '#7EA276'

red 126 ◦ green 162 ◦ blue 118

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

Shades of Amulet #7EA276

Tints of Amulet #7EA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.9%

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

R = 31.03%
G = 39.9%
B = 29.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#7EA276 (or 0x7EA276) is known color: Amulet. HEX triplet: 7E, A2 and 76. RGB value is (126,162,118). Sum of RGB (Red+Green+Blue) = 126+162+118=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA276 is #815D89. Grayscale: #929292. Windows color (decimal): -8478090 or 7774846. OLE color: 7774846.

HSL color Cylindrical-coordinate representation of color #7EA276: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EA276 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 162 118 -
CMYK 0.22 0 0.27 0.36
HSL 109.09º 0.19% 0.55% -
HSV(B) 109.09º 0.27% 0.64% -
XYZ 24.79 31.58 21.93 -
YUV 146.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 126 162 118 0.22 0 0.27 0.36 109.09 0.19 0.55
Hex 7E A2 76 16 0 1B 24 6D 13 37
Octal 176 242 166 26 0 33 44 155 23 67
Binary 1111110 10100010 1110110 10110 0 11011 100100 1101101 10011 110111

Color Harmonies of #7EA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA276

Black with #7EA276

Text Example


Text Example

White with #7EA276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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