Html Css Color HEX #7EA184 Envy

📋 copy color: '#7EA184'

red 126 ◦ green 161 ◦ blue 132

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

Shades of Envy #7EA184

Tints of Envy #7EA184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 30.07%
G = 38.42%
B = 31.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#7EA184 (or 0x7EA184) is known color: Envy. HEX triplet: 7E, A1 and 84. RGB value is (126,161,132). Sum of RGB (Red+Green+Blue) = 126+161+132=419 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.07% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA184 is #815E7B. Grayscale: #939393. Windows color (decimal): -8478332 or 8692094. OLE color: 8692094.

HSL color Cylindrical-coordinate representation of color #7EA184: hue angle of 130.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7EA184 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 161 132 -
CMYK 0.22 0 0.18 0.37
HSL 130.29º 0.16% 0.56% -
HSV(B) 130.29º 0.22% 0.63% -
XYZ 25.51 31.59 26.58 -
YUV 147.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 126 161 132 0.22 0 0.18 0.37 130.29 0.16 0.56
Hex 7E A1 84 16 0 12 25 82 10 38
Octal 176 241 204 26 0 22 45 202 20 70
Binary 1111110 10100001 10000100 10110 0 10010 100101 10000010 10000 111000

Color Harmonies of #7EA184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA184

Black with #7EA184

Text Example


Text Example

White with #7EA184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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