Html Css Color HEX #7EA372 Amulet

📋 copy color: '#7EA372'

red 126 ◦ green 163 ◦ blue 114

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

Shades of Amulet #7EA372

Tints of Amulet #7EA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

 BLUE value IS 114 (44.92% from 255) = 28.29%

R = 31.27%
G = 40.45%
B = 28.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#7EA372 (or 0x7EA372) is known color: Amulet. HEX triplet: 7E, A3 and 72. RGB value is (126,163,114). Sum of RGB (Red+Green+Blue) = 126+163+114=403 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.27% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EA372 is #815C8D. Grayscale: #929292. Windows color (decimal): -8477838 or 7512958. OLE color: 7512958.

HSL color Cylindrical-coordinate representation of color #7EA372: hue angle of 105.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7EA372 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 163 114 -
CMYK 0.23 0 0.30 0.36
HSL 105.31º 0.21% 0.54% -
HSV(B) 105.31º 0.3% 0.64% -
XYZ 24.74 31.84 20.76 -
YUV 146.35 109.74 113.48 -
System Red Green Blue C M Y K H S L
Decimal 126 163 114 0.23 0 0.30 0.36 105.31 0.21 0.54
Hex 7E A3 72 17 0 1E 24 69 15 36
Octal 176 243 162 27 0 36 44 151 25 66
Binary 1111110 10100011 1110010 10111 0 11110 100100 1101001 10101 110110

Color Harmonies of #7EA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA372

Black with #7EA372

Text Example


Text Example

White with #7EA372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,163,114); }

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

background-color css

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

 a { background-color: rgb(126,163,114); }

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

border-color css

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

 span { border-color: rgb(126,163,114); }

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