Html Css Color HEX #7EAA6A Amulet

📋 copy color: '#7EAA6A'

red 126 ◦ green 170 ◦ blue 106

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

Shades of Amulet #7EAA6A

Tints of Amulet #7EAA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.37%

R = 31.34%
G = 42.29%
B = 26.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#7EAA6A (or 0x7EAA6A) is known color: Amulet. HEX triplet: 7E, AA and 6A. RGB value is (126,170,106). Sum of RGB (Red+Green+Blue) = 126+170+106=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6A is #815595. Grayscale: #959595. Windows color (decimal): -8476054 or 6990462. OLE color: 6990462.

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

Color convert

RGB 126 170 106 -
CMYK 0.26 0 0.38 0.33
HSL 101.25º 0.27% 0.54% -
HSV(B) 101.25º 0.38% 0.67% -
XYZ 25.58 34.23 18.89 -
YUV 149.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 126 170 106 0.26 0 0.38 0.33 101.25 0.27 0.54
Hex 7E AA 6A 1A 0 26 21 65 1B 36
Octal 176 252 152 32 0 46 41 145 33 66
Binary 1111110 10101010 1101010 11010 0 100110 100001 1100101 11011 110110

Color Harmonies of #7EAA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA6A

Black with #7EAA6A

Text Example


Text Example

White with #7EAA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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