Html Css Color HEX #7EAA6E Amulet

📋 copy color: '#7EAA6E'

red 126 ◦ green 170 ◦ blue 110

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

Shades of Amulet #7EAA6E

Tints of Amulet #7EAA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 31.03%
G = 41.87%
B = 27.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#7EAA6E (or 0x7EAA6E) is known color: Amulet. HEX triplet: 7E, AA and 6E. RGB value is (126,170,110). Sum of RGB (Red+Green+Blue) = 126+170+110=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6E is #815591. Grayscale: #969696. Windows color (decimal): -8476050 or 7252606. OLE color: 7252606.

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

Color convert

RGB 126 170 110 -
CMYK 0.26 0 0.35 0.33
HSL 104º 0.26% 0.55% -
HSV(B) 104º 0.35% 0.67% -
XYZ 25.79 34.31 20.02 -
YUV 150 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 126 170 110 0.26 0 0.35 0.33 104 0.26 0.55
Hex 7E AA 6E 1A 0 23 21 68 1A 37
Octal 176 252 156 32 0 43 41 150 32 67
Binary 1111110 10101010 1101110 11010 0 100011 100001 1101000 11010 110111

Color Harmonies of #7EAA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA6E

Black with #7EAA6E

Text Example


Text Example

White with #7EAA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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