#7EB680

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

Shades of De York #7EB680

Tints of De York #7EB680

Color information

#7EB680 (or 0x7EB680) is unknown color: approx De York. HEX triplet: 7E, B6 and 80. RGB value is (126,182,128). Sum of RGB (Red+Green+Blue) = 126+182+128=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 182 - color contains mainly: green. Hex color #7EB680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB680 is #81497F. Grayscale: #9F9F9F. Windows color (decimal): -8472960 or 8435326. OLE color: 8435326.

HSL color Cylindrical-coordinate representation of color #7EB680: hue angle of 122.14º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7EB680 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB126182128-
CMYK0.3100.300.29
HSL122.14º27.72%60.39%-
HSV(B)122.14º30.77%71.37%-
XYZ29.2339.4526.5-
YUV159.1110.45104.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.90%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 128 (50.39% from 255) = 29.36%
R=28.90%
G=41.74%
B=29.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1261821280.3100.300.29122.1427.7260.39
Hex7EB6801F01E1D7a1c3c
Octal17626620037036351723474
Binary111111010110110100000001111101111011101111101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,182,128); }

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

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

 a { background-color: rgb(126,182,128); }

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

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

 span { border-color: rgb(126,182,128); }

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