#7EBF73

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

Shades of De York #7EBF73

Tints of De York #7EBF73

Color information

#7EBF73 (or 0x7EBF73) is unknown color: approx De York. HEX triplet: 7E, BF and 73. RGB value is (126,191,115). Sum of RGB (Red+Green+Blue) = 126+191+115=432 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.17% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBF73 is #81408C. Grayscale: #A3A3A3. Windows color (decimal): -8470669 or 7585662. OLE color: 7585662.

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

Color convert

RGB126191115-
CMYK0.3400.400.25
HSL111.32º37.25%60%-
HSV(B)111.32º39.79%74.9%-
XYZ30.3342.9422.91-
YUV162.9100.97101.68-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.17%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=29.17%
G=44.21%
B=26.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911150.3400.400.25111.3237.2560
Hex7EBF7322028196f253c
Octal17627716342050311574574
Binary11111101011111111100111000100101000110011101111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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