#7EC076

Color #7EC076 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7EC076

Tints of De York #7EC076

Color information

#7EC076 (or 0x7EC076) is unknown color: approx De York. HEX triplet: 7E, C0 and 76. RGB value is (126,192,118). Sum of RGB (Red+Green+Blue) = 126+192+118=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC076 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC076 is #813F89. Grayscale: #A4A4A4. Windows color (decimal): -8470410 or 7782526. OLE color: 7782526.

HSL color Cylindrical-coordinate representation of color #7EC076: hue angle of 113.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EC076 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB126192118-
CMYK0.3400.390.25
HSL113.51º37%60.78%-
HSV(B)113.51º38.54%75.29%-
XYZ30.7243.4423.91-
YUV163.83102.13101.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.90%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=28.90%
G=44.04%
B=27.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261921180.3400.390.25113.513760.78
Hex7EC076220271972253d
Octal17630016642047311624575
Binary11111101100000011101101000100100111110011110010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,192,118); }

 H1.HeaderClassName
 {
   color: #7EC076;
 }
 .AnyTagClassName
 {
   color: #7EC076;
 }
</style>
background-color css

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

 a { background-color: rgb(126,192,118); }

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

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

 span { border-color: rgb(126,192,118); }

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