Html Css Color HEX #7EAD74 Amulet

📋 copy color: '#7EAD74'

red 126 ◦ green 173 ◦ blue 116

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

Shades of Amulet #7EAD74

Tints of Amulet #7EAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 30.36%
G = 41.69%
B = 27.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#7EAD74 (or 0x7EAD74) is known color: Amulet. HEX triplet: 7E, AD and 74. RGB value is (126,173,116). Sum of RGB (Red+Green+Blue) = 126+173+116=415 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.36% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAD74 is #81528B. Grayscale: #989898. Windows color (decimal): -8475276 or 7646590. OLE color: 7646590.

HSL color Cylindrical-coordinate representation of color #7EAD74: hue angle of 109.47º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EAD74 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 116 -
CMYK 0.27 0 0.33 0.32
HSL 109.47º 0.26% 0.57% -
HSV(B) 109.47º 0.33% 0.68% -
XYZ 26.7 35.58 21.98 -
YUV 152.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 126 173 116 0.27 0 0.33 0.32 109.47 0.26 0.57
Hex 7E AD 74 1B 0 21 20 6D 1A 39
Octal 176 255 164 33 0 41 40 155 32 71
Binary 1111110 10101101 1110100 11011 0 100001 100000 1101101 11010 111001

Color Harmonies of #7EAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD74

Black with #7EAD74

Text Example


Text Example

White with #7EAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,116); }

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

background-color css

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

 a { background-color: rgb(126,173,116); }

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

border-color css

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

 span { border-color: rgb(126,173,116); }

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