Html Css Color HEX #7EAA69 Amulet

📋 copy color: '#7EAA69'

red 126 ◦ green 170 ◦ blue 105

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

Shades of Amulet #7EAA69

Tints of Amulet #7EAA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 31.42%
G = 42.39%
B = 26.18%

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

#7EAA69 (or 0x7EAA69) is known color: Amulet. HEX triplet: 7E, AA and 69. RGB value is (126,170,105). Sum of RGB (Red+Green+Blue) = 126+170+105=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAA69 is #815596. Grayscale: #959595. Windows color (decimal): -8476055 or 6924926. OLE color: 6924926.

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

Color convert

RGB 126 170 105 -
CMYK 0.26 0 0.38 0.33
HSL 100.62º 0.28% 0.54% -
HSV(B) 100.62º 0.38% 0.67% -
XYZ 25.53 34.2 18.62 -
YUV 149.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 126 170 105 0.26 0 0.38 0.33 100.62 0.28 0.54
Hex 7E AA 69 1A 0 26 21 65 1C 36
Octal 176 252 151 32 0 46 41 145 34 66
Binary 1111110 10101010 1101001 11010 0 100110 100001 1100101 11100 110110

Color Harmonies of #7EAA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA69

Black with #7EAA69

Text Example


Text Example

White with #7EAA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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