#7EB985

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

Shades of De York #7EB985

Tints of De York #7EB985

Color information

#7EB985 (or 0x7EB985) is unknown color: approx De York. HEX triplet: 7E, B9 and 85. RGB value is (126,185,133). Sum of RGB (Red+Green+Blue) = 126+185+133=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EB985 is #81467A. Grayscale: #A1A1A1. Windows color (decimal): -8472187 or 8763774. OLE color: 8763774.

HSL color Cylindrical-coordinate representation of color #7EB985: hue angle of 127.12º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7EB985 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB126185133-
CMYK0.3200.280.27
HSL127.12º29.65%60.98%-
HSV(B)127.12º31.89%72.55%-
XYZ30.1940.8328.48-
YUV161.43111.95102.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=28.38%
G=41.67%
B=29.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261851330.3200.280.27127.1229.6560.98
Hex7EB9852001C1B7f1e3d
Octal17627120540034331773675
Binary1111110101110011000010110000001110011011111111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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