Html Css Color HEX #7EAA6F Amulet

📋 copy color: '#7EAA6F'

red 126 ◦ green 170 ◦ blue 111

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

Shades of Amulet #7EAA6F

Tints of Amulet #7EAA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 30.96%
G = 41.77%
B = 27.27%

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

#7EAA6F (or 0x7EAA6F) is known color: Amulet. HEX triplet: 7E, AA and 6F. RGB value is (126,170,111). Sum of RGB (Red+Green+Blue) = 126+170+111=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA6F is #815590. Grayscale: #969696. Windows color (decimal): -8476049 or 7318142. OLE color: 7318142.

HSL color Cylindrical-coordinate representation of color #7EAA6F: hue angle of 104.75º 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 #7EAA6F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 170 111 -
CMYK 0.26 0 0.35 0.33
HSL 104.75º 0.26% 0.55% -
HSV(B) 104.75º 0.35% 0.67% -
XYZ 25.85 34.33 20.3 -
YUV 150.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 126 170 111 0.26 0 0.35 0.33 104.75 0.26 0.55
Hex 7E AA 6F 1A 0 23 21 69 1A 37
Octal 176 252 157 32 0 43 41 151 32 67
Binary 1111110 10101010 1101111 11010 0 100011 100001 1101001 11010 110111

Color Harmonies of #7EAA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA6F

Black with #7EAA6F

Text Example


Text Example

White with #7EAA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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