Html Css Color HEX #7EAD81 Envy

📋 copy color: '#7EAD81'

red 126 ◦ green 173 ◦ blue 129

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

Shades of Envy #7EAD81

Tints of Envy #7EAD81

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.42%

 BLUE value IS 129 (50.78% from 255) = 30.14%

R = 29.44%
G = 40.42%
B = 30.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#7EAD81 (or 0x7EAD81) is known color: Envy. HEX triplet: 7E, AD and 81. RGB value is (126,173,129). Sum of RGB (Red+Green+Blue) = 126+173+129=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAD81 is #81527E. Grayscale: #9A9A9A. Windows color (decimal): -8475263 or 8498558. OLE color: 8498558.

HSL color Cylindrical-coordinate representation of color #7EAD81: hue angle of 123.83º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAD81 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 129 -
CMYK 0.27 0 0.25 0.32
HSL 123.83º 0.22% 0.59% -
HSV(B) 123.83º 0.27% 0.68% -
XYZ 27.51 35.91 26.25 -
YUV 153.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 126 173 129 0.27 0 0.25 0.32 123.83 0.22 0.59
Hex 7E AD 81 1B 0 19 20 7C 16 3B
Octal 176 255 201 33 0 31 40 174 26 73
Binary 1111110 10101101 10000001 11011 0 11001 100000 1111100 10110 111011

Color Harmonies of #7EAD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD81

Black with #7EAD81

Text Example


Text Example

White with #7EAD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,129); }

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

background-color css

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

 a { background-color: rgb(126,173,129); }

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

border-color css

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

 span { border-color: rgb(126,173,129); }

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