Html Css Color HEX #7EAC85 Envy

📋 copy color: '#7EAC85'

red 126 ◦ green 172 ◦ blue 133

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

Shades of Envy #7EAC85

Tints of Envy #7EAC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 29.23%
G = 39.91%
B = 30.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#7EAC85 (or 0x7EAC85) is known color: Envy. HEX triplet: 7E, AC and 85. RGB value is (126,172,133). Sum of RGB (Red+Green+Blue) = 126+172+133=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAC85 is #81537A. Grayscale: #999999. Windows color (decimal): -8475515 or 8760446. OLE color: 8760446.

HSL color Cylindrical-coordinate representation of color #7EAC85: hue angle of 129.13º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7EAC85 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 172 133 -
CMYK 0.27 0 0.23 0.33
HSL 129.13º 0.22% 0.58% -
HSV(B) 129.13º 0.27% 0.67% -
XYZ 27.59 35.63 27.61 -
YUV 153.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 126 172 133 0.27 0 0.23 0.33 129.13 0.22 0.58
Hex 7E AC 85 1B 0 17 21 81 16 3A
Octal 176 254 205 33 0 27 41 201 26 72
Binary 1111110 10101100 10000101 11011 0 10111 100001 10000001 10110 111010

Color Harmonies of #7EAC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAC85

Black with #7EAC85

Text Example


Text Example

White with #7EAC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,133); }

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

background-color css

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

 a { background-color: rgb(126,172,133); }

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

border-color css

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

 span { border-color: rgb(126,172,133); }

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