Html Css Color HEX #7EA584 Envy

📋 copy color: '#7EA584'

red 126 ◦ green 165 ◦ blue 132

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

Shades of Envy #7EA584

Tints of Envy #7EA584

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.01%

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

R = 29.79%
G = 39.01%
B = 31.21%

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

#7EA584 (or 0x7EA584) is known color: Envy. HEX triplet: 7E, A5 and 84. RGB value is (126,165,132). Sum of RGB (Red+Green+Blue) = 126+165+132=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EA584 is #815A7B. Grayscale: #959595. Windows color (decimal): -8477308 or 8693118. OLE color: 8693118.

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

Color convert

RGB 126 165 132 -
CMYK 0.24 0 0.20 0.35
HSL 129.23º 0.18% 0.57% -
HSV(B) 129.23º 0.24% 0.65% -
XYZ 26.22 33.01 26.82 -
YUV 149.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 126 165 132 0.24 0 0.20 0.35 129.23 0.18 0.57
Hex 7E A5 84 18 0 14 23 81 12 39
Octal 176 245 204 30 0 24 43 201 22 71
Binary 1111110 10100101 10000100 11000 0 10100 100011 10000001 10010 111001

Color Harmonies of #7EA584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA584

Black with #7EA584

Text Example


Text Example

White with #7EA584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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