Html Css Color HEX #7EAA70 Amulet

📋 copy color: '#7EAA70'

red 126 ◦ green 170 ◦ blue 112

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

Shades of Amulet #7EAA70

Tints of Amulet #7EAA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 30.88%
G = 41.67%
B = 27.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#7EAA70 (or 0x7EAA70) is known color: Amulet. HEX triplet: 7E, AA and 70. RGB value is (126,170,112). Sum of RGB (Red+Green+Blue) = 126+170+112=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA70 is #81558F. Grayscale: #969696. Windows color (decimal): -8476048 or 7383678. OLE color: 7383678.

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

Color convert

RGB 126 170 112 -
CMYK 0.26 0 0.34 0.33
HSL 105.52º 0.25% 0.55% -
HSV(B) 105.52º 0.34% 0.67% -
XYZ 25.9 34.35 20.6 -
YUV 150.23 106.42 110.72 -
System Red Green Blue C M Y K H S L
Decimal 126 170 112 0.26 0 0.34 0.33 105.52 0.25 0.55
Hex 7E AA 70 1A 0 22 21 6A 19 37
Octal 176 252 160 32 0 42 41 152 31 67
Binary 1111110 10101010 1110000 11010 0 100010 100001 1101010 11001 110111

Color Harmonies of #7EAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA70

Black with #7EAA70

Text Example


Text Example

White with #7EAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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