#7EBC85

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

Shades of De York #7EBC85

Tints of De York #7EBC85

Color information

#7EBC85 (or 0x7EBC85) is unknown color: approx De York. HEX triplet: 7E, BC and 85. RGB value is (126,188,133). Sum of RGB (Red+Green+Blue) = 126+188+133=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC85 is #81437A. Grayscale: #A3A3A3. Windows color (decimal): -8471419 or 8764542. OLE color: 8764542.

HSL color Cylindrical-coordinate representation of color #7EBC85: hue angle of 126.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBC85 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB126188133-
CMYK0.3300.290.26
HSL126.77º31.63%61.57%-
HSV(B)126.77º32.98%73.73%-
XYZ30.8242.128.69-
YUV163.19110.96101.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=28.19%
G=42.06%
B=29.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261881330.3300.290.26126.7731.6361.57
Hex7EBC852101D1A7f203e
Octal17627420541035321774076
Binary11111101011110010000101100001011101110101111111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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