Html Css Color HEX #7EA686 Envy

📋 copy color: '#7EA686'

red 126 ◦ green 166 ◦ blue 134

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

Shades of Envy #7EA686

Tints of Envy #7EA686

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 134 (52.73% from 255) = 31.46%

R = 29.58%
G = 38.97%
B = 31.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#7EA686 (or 0x7EA686) is known color: Envy. HEX triplet: 7E, A6 and 86. RGB value is (126,166,134). Sum of RGB (Red+Green+Blue) = 126+166+134=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA686 is #815979. Grayscale: #969696. Windows color (decimal): -8477050 or 8824446. OLE color: 8824446.

HSL color Cylindrical-coordinate representation of color #7EA686: hue angle of 132º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7EA686 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 166 134 -
CMYK 0.24 0 0.19 0.35
HSL 132º 0.18% 0.57% -
HSV(B) 132º 0.24% 0.65% -
XYZ 26.54 33.43 27.61 -
YUV 150.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 126 166 134 0.24 0 0.19 0.35 132 0.18 0.57
Hex 7E A6 86 18 0 13 23 84 12 39
Octal 176 246 206 30 0 23 43 204 22 71
Binary 1111110 10100110 10000110 11000 0 10011 100011 10000100 10010 111001

Color Harmonies of #7EA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA686

Black with #7EA686

Text Example


Text Example

White with #7EA686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,166,134); }

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

background-color css

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

 a { background-color: rgb(126,166,134); }

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

border-color css

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

 span { border-color: rgb(126,166,134); }

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