Html Css Color HEX #7EA182 Envy

📋 copy color: '#7EA182'

red 126 ◦ green 161 ◦ blue 130

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

Shades of Envy #7EA182

Tints of Envy #7EA182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 30.22%
G = 38.61%
B = 31.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#7EA182 (or 0x7EA182) is known color: Envy. HEX triplet: 7E, A1 and 82. RGB value is (126,161,130). Sum of RGB (Red+Green+Blue) = 126+161+130=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA182 is #815E7D. Grayscale: #939393. Windows color (decimal): -8478334 or 8561022. OLE color: 8561022.

HSL color Cylindrical-coordinate representation of color #7EA182: hue angle of 126.86º 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 #7EA182 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 161 130 -
CMYK 0.22 0 0.19 0.37
HSL 126.86º 0.16% 0.56% -
HSV(B) 126.86º 0.22% 0.63% -
XYZ 25.38 31.54 25.87 -
YUV 147 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 126 161 130 0.22 0 0.19 0.37 126.86 0.16 0.56
Hex 7E A1 82 16 0 13 25 7F 10 38
Octal 176 241 202 26 0 23 45 177 20 70
Binary 1111110 10100001 10000010 10110 0 10011 100101 1111111 10000 111000

Color Harmonies of #7EA182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA182

Black with #7EA182

Text Example


Text Example

White with #7EA182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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