Html Css Color HEX #7EA684 Envy

📋 copy color: '#7EA684'

red 126 ◦ green 166 ◦ blue 132

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

Shades of Envy #7EA684

Tints of Envy #7EA684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 29.72%
G = 39.15%
B = 31.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#7EA684 (or 0x7EA684) is known color: Envy. HEX triplet: 7E, A6 and 84. RGB value is (126,166,132). Sum of RGB (Red+Green+Blue) = 126+166+132=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #7EA684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA684 is #81597B. Grayscale: #969696. Windows color (decimal): -8477052 or 8693374. OLE color: 8693374.

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

Color convert

RGB 126 166 132 -
CMYK 0.24 0 0.20 0.35
HSL 129º 0.18% 0.57% -
HSV(B) 129º 0.24% 0.65% -
XYZ 26.41 33.37 26.88 -
YUV 150.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 126 166 132 0.24 0 0.20 0.35 129 0.18 0.57
Hex 7E A6 84 18 0 14 23 81 12 39
Octal 176 246 204 30 0 24 43 201 22 71
Binary 1111110 10100110 10000100 11000 0 10100 100011 10000001 10010 111001

Color Harmonies of #7EA684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA684

Black with #7EA684

Text Example


Text Example

White with #7EA684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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