#7EBF7A

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

Shades of De York #7EBF7A

Tints of De York #7EBF7A

Color information

#7EBF7A (or 0x7EBF7A) is unknown color: approx De York. HEX triplet: 7E, BF and 7A. RGB value is (126,191,122). Sum of RGB (Red+Green+Blue) = 126+191+122=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBF7A is #814085. Grayscale: #A3A3A3. Windows color (decimal): -8470662 or 8044414. OLE color: 8044414.

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

Color convert

RGB126191122-
CMYK0.3400.360.25
HSL116.52º35.03%61.37%-
HSV(B)116.52º36.13%74.9%-
XYZ30.7543.125.11-
YUV163.7104.47101.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.70%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=28.70%
G=43.51%
B=27.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911220.3400.360.25116.5235.0361.37
Hex7EBF7A220241975233d
Octal17627717242044311654375
Binary11111101011111111110101000100100100110011110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,191,122); }

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

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

 a { background-color: rgb(126,191,122); }

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

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

 span { border-color: rgb(126,191,122); }

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