#7EBF7F

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

Shades of De York #7EBF7F

Tints of De York #7EBF7F

Color information

#7EBF7F (or 0x7EBF7F) is unknown color: approx De York. HEX triplet: 7E, BF and 7F. RGB value is (126,191,127). Sum of RGB (Red+Green+Blue) = 126+191+127=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EBF7F is #814080. Grayscale: #A4A4A4. Windows color (decimal): -8470657 or 8372094. OLE color: 8372094.

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

Color convert

RGB126191127-
CMYK0.3400.340.25
HSL120.92º33.68%62.16%-
HSV(B)120.92º34.03%74.9%-
XYZ31.0743.2326.79-
YUV164.27106.97100.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 127 (50% from 255) = 28.60%
R=28.38%
G=43.02%
B=28.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261911270.3400.340.25120.9233.6862.16
Hex7EBF7F220221979223e
Octal17627717742042311714276
Binary11111101011111111111111000100100010110011111001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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