Html Css Color HEX #7EAA78 Amulet

📋 copy color: '#7EAA78'

red 126 ◦ green 170 ◦ blue 120

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

Shades of Amulet #7EAA78

Tints of Amulet #7EAA78

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 30.29%
G = 40.87%
B = 28.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#7EAA78 (or 0x7EAA78) is known color: Amulet. HEX triplet: 7E, AA and 78. RGB value is (126,170,120). Sum of RGB (Red+Green+Blue) = 126+170+120=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA78 is #815587. Grayscale: #979797. Windows color (decimal): -8476040 or 7907966. OLE color: 7907966.

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

Color convert

RGB 126 170 120 -
CMYK 0.26 0 0.29 0.33
HSL 112.8º 0.23% 0.57% -
HSV(B) 112.8º 0.29% 0.67% -
XYZ 26.37 34.54 23.05 -
YUV 151.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 126 170 120 0.26 0 0.29 0.33 112.8 0.23 0.57
Hex 7E AA 78 1A 0 1D 21 71 17 39
Octal 176 252 170 32 0 35 41 161 27 71
Binary 1111110 10101010 1111000 11010 0 11101 100001 1110001 10111 111001

Color Harmonies of #7EAA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA78

Black with #7EAA78

Text Example


Text Example

White with #7EAA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,120); }

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

background-color css

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

 a { background-color: rgb(126,170,120); }

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

border-color css

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

 span { border-color: rgb(126,170,120); }

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